Answer:

Bouncing Change

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:

Fill in the blanks to construct the slider:

slide = new JSlider(  ., , ,  );