Class JProgressDialog

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

public class JProgressDialog extends JDialog implements AlbumBeanListener
Window displaying progress of, for example, album generation.
See Also:
  • Constructor Details

    • JProgressDialog

      public JProgressDialog(Frame parent, String title, boolean modal)
    • JProgressDialog

      public JProgressDialog(Dialog parent, String title, boolean modal)
    • JProgressDialog

      public JProgressDialog(Dialog parent, String title, boolean modal, boolean abortOnly)
  • Method Details