See: Description
| Class | Description |
|---|---|
| DoubleField | |
| HPanel |
This class represents a horizontal
TablePanel
with a single row. |
| IntField | |
| TableConstraints |
This class specifies a set of constraints appropriate to a
TableLayout or GridBagLayout. |
| TableLayout | |
| TablePanel |
This class represents a simple
JPanel that uses
TableLayout as its layout manager. |
| VPanel |
This class represents a vertical
TablePanel
with a single column. |
TableLayout, which
implements a new layout manager for creating tabular arrangements of
components.
The other classes likely to be used by students are
IntField and
DoubleField, which
provide simple interactors for reading numbers of the appropriate type.