Constants' Details |
SHOW
const long SHOW = 1;
- Description
- specifies that the window is initially visible.
|
|
FULLSIZE
const long FULLSIZE = 2;
- Description
- specifies that the window fills the complete desktop area.
This applies only to top windows.
|
|
OPTIMUMSIZE
const long OPTIMUMSIZE = 4;
- Description
- specifies that the window is optimum size.
This applies only to top windows.
|
|
MINSIZE
const long MINSIZE = 8;
- Description
- specifies that the window is minimum size.
This applies only to top windows.
|
|
BORDER
const long BORDER = 16;
- Description
- specifies that the window has visible borders.
This applies only to top windows.
|
|
SIZEABLE
const long SIZEABLE = 32;
- Description
- specifies that the size of the window can be changed by the user.
This applies only to top windows.
|
|
MOVEABLE
const long MOVEABLE = 64;
- Description
- specifies that the window can be moved by the user.
This applies only to top windows.
|
|
CLOSEABLE
const long CLOSEABLE = 128;
- Description
- specifies that the window can be closed by the user.
This applies only to top windows.
|
|
SYSTEMDEPENDENT
|
Copyright © 2003 Sun Microsystems, Inc.