A scrollbar is represented by a "slider" widget. The characteristics of it are specified by integer values which are being set at the time of scrollbar construction. Both the types of Sliders are available i.e. horizontal and vertical.
Tutorial Details:
A scrollbar is represented by a "slider" widget. The characteristics of it are specified by integer values which are being set at the time of scrollbar construction. Both the types of Sliders are available i.e. horizontal and vertical.
The example below shows the code for the scrollbar construction. The subtraction of scrollbar width from the maximum setting gives the maximum value of the Scrollbar. In the program code, '0' is the <<<<<<< scrollbar.shtml initial value of the scrollbar, '8' is the width of the scrollbar.
Rate Tutorial: http://www.roseindia.net/java/example/java/awt/scrollbar.shtml
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Scrollbar
View Tutorial: Scrollbar
Related
Tutorials:
|