Syntax
constants group WindowArrange;
Description
These constants are used to specify a style of window arrangement.
Constants Summary
|
TILE |
arranges the windows in tiles.
|
|
VERTICAL |
arranges the windows vertically.
|
|
HORIZONTAL |
arranges the windows horizontally.
|
|
CASCADE |
cascades the windows.
|
|
MAXIMIZE |
maximizes all windows.
|
|
MINIMIZE |
minimizes all windows.
|
|
Field Details
|
|
Syntax
const short TILE = 1;
Description
arranges the windows in tiles.
Syntax
const short VERTICAL = 2;
Description
arranges the windows vertically.
Syntax
const short HORIZONTAL = 3;
Description
arranges the windows horizontally.
Syntax
const short CASCADE = 4;
Description
cascades the windows.
Syntax
const short MAXIMIZE = 5;
Description
maximizes all windows.
Syntax
const short MINIMIZE = 6;
Description
minimizes all windows.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.