Class Summary |
DoubleField |
A DoubleField is a component that allows the editing of a double (floating-point number),
and allows the user to avoid messy conversions to and from strings. |
Format |
The class Format contains methods to format data that are left-justified,
right-justified, or centered within a given number of columns. |
GBApplet |
The class GBApplet (short for Grid Bag Applet) provides a high-level applet window. |
GBDialog |
The class GBDialog (short for Grid Bag Dialog) provides a high-level dialog window. |
GBFrame |
The class GBFrame (short for Grid Bag Frame) provides a high-level application window. |
GBPanel |
The class GBFrame (short for Grid Bag Panel) provides a high-level panel. |
IntegerField |
An IntegerField is a component that allows the editing of an integer (whole number),
and allows the user to avoid messy conversions to and from strings. |
MessageBox |
A MessageBox is a dialog that displays a message and waits for the user to select OK. |