public JScrollBar (int orientation)

Creates a scrollbar with the specified orientation and the following initial values:

 minimum = 0
 maximum = 100
 value = 0
 extent = 10
 

Parameters:
orientation    an orientation of the JScrollBar