Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Form.setWindowState

Specifies the window state for this form.

Syntax

public final void setWindowState( int windowState )

Parameters

windowState

The window state for this form. This value must be one of the enumeration constants defined in the FormWindowState class.

Remarks

The following constants are defined in the FormWindowState class: FormWindowState.NORMAL, FormWindowState.MAXIMIZED, and FormWindowState.MINIMIZED.

See Also getWindowState