FlowLayout.setAlignment

FlowLayout.setAlignment

Class Overview | Class Members | This Package | All Packages

Syntax
public void setAlignment( int align )
Parameters
align
the alignment value.
Description
Sets the alignment for this layout. Possible values are FlowLayout.LEFT, FlowLayout.RIGHT, and FlowLayout.CENTER.

See Also
getAlignment