Provides basic building blocks for creating application GUIs for
applications using the Matrix framework. This package contains a
Panel
that can handle Matrix visualizations, a
Frame
that can contain the panel as well as a
visualization of the Matrix Animator
. The basic
Frame
class, MatrixFrame
contains all
required functionality, besides menus. The default menu functionality is
contained in MenuFrame
, a subclass of MatrixFrame
.
There is also a class to handle the menus created using the Matrix Configuration system. @see matrix.visual @see matrix.util.configuration