See: Description
| Class | Description |
|---|---|
| CloseContentOnWindowClose |
This class provides a common function of closing down the dynamic contents of a closed
Window.
|
| DirectoryFilter |
This class provides a JFileChooser's FileFilter that only selects directories,
not regular files.
|
| EnableOnListSelect |
This class implements a list selection listener that will control the enable
state of an associated JComponent based on whether something is selected in
the list.
|
| EnumImageLoader |
This class maintains a mapping of Enum value instances to ImageIcons, so enumerations
can be identified in the UI by image picture.
|
| NonEmptyTextButtonEnabler |
This class implements a generic listener for enabling and disabling a button
based on whether the associated text document contains text or not.
|
| ScrollableJLabel |
This widget adapts a JLabel to be displayable in a JScrollPane for
multi-line read-only message displays.
|
| ScrollableJPanel |
This class extends the standard JPanel to have Scrollable characteristics,
so extending this panel extremely large does not cause a containing JScrollPane
to do so as well.
|