go to home page   go to next page

created: 01/20/02; revised: 07/19/06, 11/10/08, 02/20/11


CHAPTER 64 — Sliders and Change Events

vertical slider

This chapter discusses class JSlider. A slider is a component that mimics the operation of an adjustment slide such as sometimes found on audio equipment.

Sliders are a good choice when the user needs to adjust a value and observe its effect, rather than enter some particular value in a text box.

Chapter Topics:


QUESTION 1:

(Review:) What method adds a slider to a panel?