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.

See Also: