FlowLayout
FlowLayout Functions
getSpacerSize | FlowLayout.getSpacerSize( ) | Horizontal spacing between adjacent controls. |
setSpacerSize | FlowLayout.setSpacerSize( spacerSize ) | Horizontal spacing between adjacent controls. |
getVerticalAlignment | FlowLayout.getVerticalAlignment( ) | Vertical alignment for all child content. |
setVerticalAlignment | FlowLayout.setVerticalAlignment( verticalAlignment ) | Sets the Vertical alignment for all child content. |
Compared to no layout, Flow Layout offers the following features:
Further documentation.