Constants Summary
|
SHOW |
specifies that the window is initially visible.
|
|
FULLSIZE |
specifies that the window fills the complete desktop area.
|
|
OPTIMUMSIZE |
specifies that the window is optimum size.
|
|
MINSIZE |
specifies that the window is minimum size.
|
|
BORDER |
specifies that the window has visible borders.
|
|
SIZEABLE |
specifies that the size of the window can be changed by the user.
|
|
MOVEABLE |
specifies that the window can be moved by the user.
|
|
CLOSEABLE |
specifies that the window can be closed by the user.
|
|
SYSTEMDEPENDENT |
specifies that the window should support the
XSystemDependentWindowPeer interface.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.