|
Class Summary
|
| ChoiceInput |
A labeled choice box. |
| DocButton |
A Button that `documents' itself in the Applet Status line, when the
mouse is over it. |
| EventReporter |
A debugging aid: provides a more informative description of an Event.
|
| MultiLabel |
A multi-line label. |
| ObjectList |
ObjectList is a similar to awt. |
| PatchFontMetrics |
PatchFontMetrics wraps around a FontMetrics to correct some glaring
errors that screw up pages laid out using FontMetrics!
|
| PopUpNotice |
A simple pop up window displaying line(s) of text as a notice;
It stays up until the user clicks the "OK" button. |
| Scroller |
A `wrapper' panel for containing an awt. |
| ShowDocumentButton |
A Button that `documents' itself in the Applet Status line, when the
mouse is over it. |
| StackLayout |
StackLayout is a LayoutManager that arranges components in a vertical
(or horizontal) strip aligning them at right, left or centered, and/or
filling them to take up any extra vertical or horizontal space.
|
| TabPanel |
TabPanel is a container for a set of tabbed cards, lying atop each other,
but with the labelled tabs exposed at the top. |
| TextInput |
Provides a handy collection of an input field, an Execute button
(or whatever you decide to call it), and a Clear button (to clear
the text field). |