Class GuiUtils.ProgressDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Enclosing class:
GuiUtils

public static class GuiUtils.ProgressDialog extends JDialog
Class ProgressDialog _more_
Author:
IDV Development Team
See Also:
  • Constructor Details

    • ProgressDialog

      public ProgressDialog(String title)
      _more_
      Parameters:
      title - _more_
    • ProgressDialog

      public ProgressDialog(String title, boolean doCancel)
      _more_
      Parameters:
      title - _more_
      doCancel - _more_
  • Method Details

    • setText

      public void setText(String lbl)
      _more_
      Parameters:
      lbl - _more_
    • isCancelled

      public boolean isCancelled()
      _more_
      Returns:
      _more_