HorizontalFlowLayout
Constructs an instance of VerticalLayout with a vertical vgap of 5 pixels, horizontal centering and anchored to the top of the display area.
Parameters
true if should be ordered
Constructs a VerticalLayout instance with horizontal centering, anchored to the top with the specified vgap.
Parameters
An int value indicating the vertical seperation of the components
true if the components must be ordered
Constructs a VerticalLayout instance anchored to the top with the specified hgap and horizontal alignment.
Parameters
An int value indicating the vertical seperation of the components
An int value which is one of RIGHT, LEFT, CENTER, BOTH
for the horizontal getAlignment().
true if the components must be ordered
Constructs a VerticalLayout instance with the specified vgap, horizontal getAlignment() and anchoring.
Parameters
An int value indicating the vertical seperation of the components
An int value which is one of RIGHT, LEFT, CENTER, BOTH
for the horizontal getAlignment().
An int value which is one of TOP, BOTTOM, CENTER
indicating where the components are to appear if the display area exceeds the minimum necessary.
true if the components must be ordered