Package mckay.utilities.gui.progressbars

Interface Summary
ProcessCoordinator An interface for the class that performs the actual processing that is measured by a progress bar.
 

Class Summary
DoubleProgressBarDialog A progress bar frame that contains two progress bars.
DoubleProgressBarTaskCoordinator Monitors, updates and coordinates a DoubleProgressBarDialog progress bar and oversees processing.
DoubleProgressBarTaskMonitor An abstract class that is used by a DoubleProgressBarDialog windows in order to perform the processing that is measured by that window as well as to keep it updated.
SimpleProgressBarDialog A dialog box containing only a progress bar.
SwingWorker NOTE: this class is based on a class from the Sun Java Tutorial available at: http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/SwingWorker.java