Class CountingBusyDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class CountingBusyDialog extends JDialog
Creates a simple counting progress bar.

After constructing one, call start() to display it. Then call count(..) to update the progress count, and finish() when the operation is done. If the initial maxCount is less than zero, an indeterminate bar is displayed.

See Also: