JSlider(int orientation) 
          Creates a slider using the specified orientation with the range 0 to 100 and an initial value of 50.
JSlider slider = new JSlider(0);