| Class | Description |
|---|---|
| GroupLayout.Group |
Group provides for commonality between the two types of operations
supported by
GroupLayout: laying out components one
after another (SequentialGroup) or layout on top
of each other (ParallelGroup). |
| GroupLayout.ParallelGroup |
A
Group that lays out its elements on top of each
other. |
| GroupLayout.SequentialGroup |
A
Group that lays out its elements sequentially, one
after another. |
| LayoutStyle |
LayoutStyle is used to determine how much space to place between components
during layout.
|