go to previous page   go to home page   go to next page

Answer:

A ChangeListener


Constructor

There are several constructors for sliders. Here is the one that is most useful:

JSlider( int orientation, int min, int max, int init )

QUESTION 3:

slider

Fill in the blanks to construct the above slider:

slide = new JSlider(  ., , ,  );