:: com :: sun :: star :: awt ::
|
constants group ScrollBarOrientation |
- Description
- These constants are used to specify the orientation of a scroll bar.
|
Constants |
HORIZONTAL |
specifies a horizontal scroll bar.
|
VERTICAL |
specifies a vertical scroll bar.
|
Constants' Details |
HORIZONTAL
const long HORIZONTAL = 0;
- Description
- specifies a horizontal scroll bar.
|
|
VERTICAL
const long VERTICAL = 1;
- Description
- specifies a vertical scroll bar.
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.