|
Old SwingWorker An Old SwingWorker Example New SwingWorker A New SwingWorker Example
| |
Some Sun Java folks came up with a class that they called SwingWorker, to
illustrate good practice using a worker thread model.
In this section, we'll show some examples of the use of SwingWorker.
Note that a version of the SwingWorker class was included in
Java 6.0 (javax.swing.SwingWorker); it was not the
same as the original SwingWorker.
Before
6.0, you had to download it separately.
|