VerticalFlowLayout
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 the components must 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 vgap 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 alignment.
true if the components must be ordered
Constructs a VerticalLayout instance with the specified vgap, horizontal alignment 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 alignment.
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