GroupLayout.this

Creates a GroupLayout.

class GroupLayout
this
(
int margin = 15
,
int spacing = 6
,
int groupSpacing = 14
,
int groupIndent = 20
)

Parameters

margin int

The margin around the widgets added.

spacing int

The spacing between widgets added.

groupSpacing int

The spacing between groups (groups are defined by each Label added).

groupIndent int

The amount to indent widgets in a group (underneath a Label).

Meta