VerticalFlowLayout
Deprecated
The entire Swing UI is deprecated and is set to be replaced with a modern UI
A vertical layout manager similar to java.awt.FlowLayout. Like FlowLayout components do not expand to fill available space except when the horizontal alignment 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 anchor 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 Volume 2 Chan/Lee Addison-Wesley 1998
Constructors
Link copied to clipboard
Constructs an instance of VerticalLayout with a vertical gap 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 gap.
Constructs a VerticalLayout instance anchored to the top with the specified `vGap` and horizontal alignment.
Constructs a VerticalLayout instance with the specified vGap, horizontal alignment and anchoring.