javax.swing
Class FlowLayout
- All Implemented Interfaces:
- LayoutManager, Serializable
java.lang.Object java.awt.FlowLayout
FlowLayout Constructor
FlowLayout()
Constructs a new FlowLayout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int align)
Constructs a new FlowLayout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int align, int hgap, int vgap)
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.