Class ProgressDialog

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

public final class ProgressDialog extends JDialog
A dialog containing a progress bar.
See Also:
  • Method Details

    • setProgress

      public void setProgress(int progress)
      Sets the progress in the underlying JProgressBar
      Parameters:
      progress - the progress (0 - maximumProgress)
    • setMessage

      public void setMessage(String message)
      Sets the message displayed on the JProgress bar
      Parameters:
      message - the message