| 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 |
|---|---|
static LayoutStyle |
LayoutStyle.ComponentPlacement.valueOf(String
Returns the enum constant of this type with the specified name.
|
static LayoutStyle |
LayoutStyle.ComponentPlacement.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
abstract int |
LayoutStyle.getPreferredGap(JComponent
Returns the amount of space to use between two components.
|