FlowLayout

See Also

FlowLayout  FlowLayout icon  arranges components in a container like words on a page. It fills the top line from left to right until no more components fit, and then continues the same way on the lines below.

Use FlowLayout's general properties to specify the alignment of components within each row (left, center, right), the horizontal spacing between components, and the vertical spacing between rows.

See Also
Setting the Layout Manager
Setting Layout Properties

Legal Notices