Sets the current alignment.
public void setTextAlign( int newAlignment )
newAlignment
The new alignment, which can be either LeftRightAlignment.RIGHT or LeftRightAlignment.LEFT.
The following example demonstrates check box alignment:
RIGHT: Right Aligned Label LEFT: Left Aligned LabelSee Also getTextAlign