Scrolll bar in awt Scrollbar class: The Srcollbar class is used for creating the Scrollbar control. It is used for sliding in the range of values. Constructors: ü Scrollbar() ü Scrollbar(int orientation) ü Scrollbar(int orientation , int value ,int width,int min,int max) (i) Scrollbar() It is the default constructor of the Scrollbar class.it will create a horizontal scrollbar,And the position of the Thumb or elevator will be at zero. (ii) Scrollbar(int orientation) It is also used to create the Scrollbar. It take one argument to specify the ...
FOR EVERY PROGRAMMER SOME SPECIAL PROGRAMS WITH THEORY.