| 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.ParallelGroup.addComponent(Component
Adds a
Component to this
Group.
|
GroupLayout |
GroupLayout.ParallelGroup.addComponent(Component
Adds a
Component to this
ParallelGroup with the specified alignment.
|
GroupLayout |
GroupLayout.ParallelGroup.addComponent(Component
Adds a
Component to this
ParallelGroup with the specified alignment and size.
|
GroupLayout |
GroupLayout.ParallelGroup.addComponent(Component
Adds a
Component to this
Group with the specified size.
|
GroupLayout |
GroupLayout.ParallelGroup.addGap(int pref)
Adds a rigid gap to this
Group.
|
GroupLayout |
GroupLayout.ParallelGroup.addGap(int min, int pref, int max)
Adds a gap to this
Group with the specified size.
|
GroupLayout |
GroupLayout.ParallelGroup.addGroup(GroupLayout
Adds a
Group to this
ParallelGroup with the specified alignment.
|
GroupLayout |
GroupLayout.ParallelGroup.addGroup(GroupLayout
Adds a
Group to this
Group.
|
GroupLayout |
GroupLayout.createBaselineGroup(boolean resizable, boolean anchorBaselineToTop)
Creates and returns a
ParallelGroup that aligns it's elements along the baseline.
|
GroupLayout |
GroupLayout.createParallelGroup()
Creates and returns a
ParallelGroup with an alignment of
Alignment.LEADING.
|
GroupLayout |
GroupLayout.createParallelGroup(GroupLayout
Creates and returns a
ParallelGroup with the specified alignment.
|
GroupLayout |
GroupLayout.createParallelGroup(GroupLayout
Creates and returns a
ParallelGroup with the specified alignment and resize behavior.
|