Package sim.util.gui

Interface Summary
ColorMap ColorMap is a interface for mapping numerical values to colors.
 

Class Summary
AbstractScrollable AbstractScrollable is a JPanel with basic implementation of the Scrollable interface, making possible simple anonymous subclasses.
LabelledList LabelledList is a JPanel which makes it easy to set up two columns of Components.
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 that lets you specify a label and validate a string.
SimpleColorMap Maps numerical levels to colors using either a lookup table, color interpolation, or both.