HorizontalFlowLayout
Deprecated
A vertical layout manager similar to java.awt.FlowLayout. Like FlowLayout components do not expand to fill available space except when the horizontal getAlignment() is BOTH
in which case components are stretched horizontally. Unlike FlowLayout, components will not wrap to form another column if there isn't enough space vertically. VerticalLayout can optionally getAnchor() components to the top or bottom of the display area or center them between the top and bottom. Revision date 12th July 2001 Homepage:www.kagi.com/equitysoft - Based on 'FlexLayout' in Java class libraries Vol 2 Chan/Lee Addison-Wesley 1998
Constructors
Link copied to clipboard
Constructs an instance of VerticalLayout with a vertical vgap of 5 pixels, horizontal centering and anchored to the top of the display area.
Constructs a VerticalLayout instance with horizontal centering, anchored to the top with the specified vgap.
Constructs a VerticalLayout instance anchored to the top with the specified hgap and horizontal alignment.
Constructs a VerticalLayout instance with the specified vgap, horizontal getAlignment() and anchoring.