Module java.desktop
Package java.awt

Enum Class Window.Type

java.lang.Object
java.lang.Enum<Window.Type>
java.awt.Window.Type
All Implemented Interfaces:
Serializable, Comparable<Window.Type>, Constable
Enclosing class:
Window

public static enum Window.Type extends Enum<Window.Type>
Enumeration of available window types. A window type defines the generic visual appearance and behavior of a top-level window. For example, the type may affect the kind of decorations of a decorated Frame or Dialog instance.

Some platforms may not fully support a certain window type. Depending on the level of support, some properties of the window type may be disobeyed.

Since:
1.7
See Also: