Overview
This class defines the possible styles for a Window
which are: WindowStyle.DECORATED
,
WindowStyle.UNDECORATED
, or WindowStyle.TRANSPARENT
.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
DECORATED | WindowStyle |
Defines a normal window style with a solid white background and platform decorations. More: [+]Defines a normal window style with a solid white background and platform decorations. |
TRANSPARENT | WindowStyle |
Defines a window style with a transparent background and no decorations. More: [+]Defines a window style with a transparent background and no decorations. |
UNDECORATED | WindowStyle |
Defines a window style with a solid white background and no decorations. More: [+]Defines a window style with a solid white background and no decorations. |
Protected |
Inherited Attributes
Function Summary
- public toString() : java.lang.String
-
More: [+]
-
Returns
- String