The InsetPanel class adds Insets to Panels. Insets are used by Java awt components to describe border widths between components.
The NumberLabel class implements a selectable label capable of displaying integers within a predefined range. The class was designed for
use with a scrollbar.
The NumberLabelGroup class adds exclusive selection behavior to a set of NumberLabel objects. The SEvent class implements a selection event which is used by the NumberLabel class.