Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

constants group ScrollBarOrientation


Description
These constants are used to specify the orientation if scrollbars.


Constants

const long HORIZONTAL = = 0;
Description
specifies a horizontal scrollbar.
const long VERTICAL = = 1;
Description
specifies a vertical scrollbar.
Top of Page