:: 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 © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.