Creates a GroupLayout.
The indent of widgets in a group (underneath a Label) of this GroupLayout.
Sets the indent of widgets in a group (underneath a Label) of this GroupLayout.
The spacing between groups of this GroupLayout.
Sets the spacing between groups of this GroupLayout.
The margin of this GroupLayout.
Sets the margin of this GroupLayout.
See Layout.performLayout.
Implementation of the layout interface See Layout.preferredSize.
The spacing between widgets of this GroupLayout.
Sets the spacing between widgets of this GroupLayout.
The indent amount of a group under its defining Label of this GroupLayout.
The spacing between groups of this GroupLayout.
The margin of this GroupLayout.
The spacing between widgets of this GroupLayout.
Performs any and all resizing applicable.
The preferred size for this layout.
Special layout for widgets grouped by labels.
This widget resembles a box layout in that it arranges a set of widgets vertically. All widgets are indented on the horizontal axis except for Label widgets, which are not indented.
This creates a pleasing layout where a number of widgets are grouped under some high-level heading.