A good answer might be:

A ChangeListener

Constructor

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

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

The characteristics of the tick marks and labels are set using method calls.

QUESTION 3:

Fill in the blanks to construct the slider at right:



slide = new JSlider( ______.______, ______, ______, ______ );