| 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 | Method and Description |
|---|---|
GroupLayout |
GroupLayout.SequentialGroup.addComponent(boolean useAsBaseline, Component
Adds a
Component to this
Group.
|
GroupLayout |
GroupLayout.SequentialGroup.addComponent(boolean useAsBaseline, Component
Adds a
Component to this
Group with the specified size.
|
GroupLayout |
GroupLayout.SequentialGroup.addComponent(Component
Adds a
Component to this
Group.
|
GroupLayout |
GroupLayout.SequentialGroup.addComponent(Component
Adds a
Component to this
Group with the specified size.
|
GroupLayout |
GroupLayout.SequentialGroup.addContainerGap()
Adds an element representing the preferred gap between an edge the container and components that touch the border of the container.
|
GroupLayout |
GroupLayout.SequentialGroup.addContainerGap(int pref, int max)
Adds an element representing the preferred gap between one edge of the container and the next or previous
Component with the specified size.
|
GroupLayout |
GroupLayout.SequentialGroup.addGap(int size)
Adds a rigid gap to this
Group.
|
GroupLayout |
GroupLayout.SequentialGroup.addGap(int min, int pref, int max)
Adds a gap to this
Group with the specified size.
|
GroupLayout |
GroupLayout.SequentialGroup.addGroup(boolean useAsBaseline, GroupLayout
Adds a
Group to this
Group.
|
GroupLayout |
GroupLayout.SequentialGroup.addGroup(GroupLayout
Adds a
Group to this
Group.
|
GroupLayout |
GroupLayout.SequentialGroup.addPreferredGap(JComponent
Adds an element representing the preferred gap between two components.
|
GroupLayout |
GroupLayout.SequentialGroup.addPreferredGap(JComponent
Adds an element representing the preferred gap between two components.
|
GroupLayout |
GroupLayout.SequentialGroup.addPreferredGap(LayoutStyle
Adds an element representing the preferred gap between the nearest components.
|
GroupLayout |
GroupLayout.SequentialGroup.addPreferredGap(LayoutStyle
Adds an element representing the preferred gap between the nearest components.
|
GroupLayout |
GroupLayout.createSequentialGroup()
Creates and returns a
SequentialGroup.
|