Class | Description |
---|---|
SwingThreadQueue |
This class maintains a list of all the actions currently called by the user, and
executes them one by one in an independant thread.
|
SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
|