Construct a box layout which packs widgets in the given Orientation
The Alignment of this BoxLayout.
The margin of this BoxLayout.
Sets the margin of this BoxLayout.
The Orientation this BoxLayout is using.
See Layout.performLayout.
Implementation of the layout interface See Layout.preferredSize.
Sets the Alignment of this BoxLayout.
Sets the Orientation of this BoxLayout.
Sets the spacing of this BoxLayout.
The spacing this BoxLayout is using to pad in between widgets.
The Alignment of this BoxLayout.
The margin of this BoxLayout.
The Orientation of this BoxLayout.
The spacing between widgets of this BoxLayout.
Performs any and all resizing applicable.
The preferred size for this layout.
The margin of this Layout.
Sets the margin of this Layout.
Simple horizontal/vertical box layout
This widget stacks up a bunch of widgets horizontally or vertically. It adds margins around the entire container and a custom spacing between adjacent widgets.