|
Class Summary |
| AbstractScrollable |
AbstractScrollable is a JPanel with basic implementation of the Scrollable interface,
making possible simple anonymous subclasses. |
| DialogToolTip |
|
| HTMLBrowser |
HTMLBrowser is a simple web browser which lets the user click on links and which provides
a Back button when appropriate. |
| LabelledList |
LabelledList is a JPanel which makes it easy to set up two columns of
Components, with the right column taking up the extra space if there is any. |
| MiniHistogram |
A very simple histogram class. |
| MovieMaker |
A class which gives a GUI front-end to sim.util.media.MovieEncoder. |
| NumberTextField |
A simple class that lets you specify a label and validate a numerical value. |
| PropertyField |
A simple class designed to allow the user to modify a property in the form of a string, number, boolean value, or option. |
| SimpleColorMap |
Maps numerical levels to colors using either a lookup table, color interpolation, or both. |