| 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.
|
| javax.swing.plaf.metal |
Provides user interface objects built according to the Java look and feel (once codenamed
Metal), which is the default look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
static LayoutStyle |
LayoutStyle.getInstance()
Returns the shared instance of
LayoutStyle.
|
LayoutStyle |
LookAndFeel.getLayoutStyle()
Returns the
LayoutStyle for this look and feel.
|
LayoutStyle |
GroupLayout.getLayoutStyle()
Returns the
LayoutStyle used for calculating the preferred gap between components.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LayoutStyle.setInstance(LayoutStyle
Sets the shared instance of
LayoutStyle.
|
void |
GroupLayout.setLayoutStyle(LayoutStyle
Sets the
LayoutStyle used to calculate the preferred gaps between components.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutStyle |
MetalLookAndFeel.getLayoutStyle()
Returns a
LayoutStyle implementing the Java look and feel design guidelines as specified at
http://www.oracle.com/technetwork/java/hig-136467.html.
|