FormWindowState Class

FormWindowState Class

This Package | All Packages

Enum
  |
  +--FormWindowState
public class FormWindowState
extends Enum

Topic under construction.

Fields
Name Description
MAXIMIZED Topic under construction.
MINIMIZED Topic under construction.
NORMAL Topic under construction.

Fields

FormWindowState.MAXIMIZED

Syntax
public static final int MAXIMIZED;
Description
Topic under construction.

FormWindowState.MINIMIZED

Syntax
public static final int MINIMIZED;
Description
Topic under construction.

FormWindowState.NORMAL

Syntax
public static final int NORMAL;
Description
Topic under construction.