Chapter 6. Bounded-Range Components
This
chapter groups several Swing components together by the model that
drives them: the bounded-range model.
Bounded-range components in Swing include
JSlider,
JProgressBar, and
JScrollBar.
In addition, we discuss two classes that use progress bars:
ProgressMonitor and
ProgressMonitorInputStream. These classes display
status dialogs using a JOptionPane that you can
assign to a variety of tasks.
|