Class JaxoProgressDialog

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

public class JaxoProgressDialog extends JFrame
The progress dialog for building the user guide.
See Also:
  • Constructor Details

    • JaxoProgressDialog

      public JaxoProgressDialog(Component parent, int min, int max, String title)
      Constructor.
      Parameters:
      parent - the parent component of this dialog. May be null, in which case the dialog is centered on the screen.
      min - the minimum value of the progress bar.
      max - the maximum value of the progress bar.
      title - the title of the dialog.
  • Method Details

    • setValue

      public void setValue(int value)
      Sets a new value for the progress bar.
      Parameters:
      value - the new value to set.