Specifies the window state for this form.
public final void setWindowState( int windowState )
windowState
The window state for this form. This value must be one of the enumeration constants defined in the FormWindowState class.
The following constants are defined in the FormWindowState class: FormWindowState.NORMAL, FormWindowState.MAXIMIZED, and FormWindowState.MINIMIZED.
See Also getWindowState