| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupLayout
A
Group that aligns and sizes it's children.
|
class |
GroupLayout
A
Group that positions and sizes its elements sequentially, one after another.
|
| Modifier and Type | Method and Description |
|---|---|
GroupLayout |
GroupLayout.Group.addComponent(Component
Adds a
Component to this
Group.
|
GroupLayout |
GroupLayout.Group.addComponent(Component
Adds a
Component to this
Group with the specified size.
|
GroupLayout |
GroupLayout.Group.addGap(int size)
Adds a rigid gap to this
Group.
|
GroupLayout |
GroupLayout.Group.addGap(int min, int pref, int max)
Adds a gap to this
Group with the specified size.
|
GroupLayout |
GroupLayout.Group.addGroup(GroupLayout
Adds a
Group to this
Group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupLayout |
GroupLayout.SequentialGroup.addGroup(boolean useAsBaseline, GroupLayout
Adds a
Group to this
Group.
|
GroupLayout |
GroupLayout.ParallelGroup.addGroup(GroupLayout
Adds a
Group to this
ParallelGroup with the specified alignment.
|
GroupLayout |
GroupLayout.Group.addGroup(GroupLayout
Adds a
Group to this
Group.
|
GroupLayout |
GroupLayout.SequentialGroup.addGroup(GroupLayout
Adds a
Group to this
Group.
|
GroupLayout |
GroupLayout.ParallelGroup.addGroup(GroupLayout
Adds a
Group to this
Group.
|
void |
GroupLayout.setHorizontalGroup(GroupLayout
Sets the
Group that positions and sizes components along the horizontal axis.
|
void |
GroupLayout.setVerticalGroup(GroupLayout
Sets the
Group that positions and sizes components along the vertical axis.
|