:: 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