Uses of Package
org.af.commons.threading

Packages that use org.af.commons.threading
org.af.commons.threading Provides the class SafeSwingWorker, that extends the class SwingWorker, and classes for a progress dialog and observer of this worker. 
 

Classes in org.af.commons.threading used by org.af.commons.threading
ProgressDialog
          Dialog that visualizes the progess of a SafeSwingworker by using a ProgressPanel.
SafeSwingWorker
          This SwingWorker handles exceptions thrown by the doInBackground() method.
SwingWorkerObserver