Class ProgressDialog

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

public class ProgressDialog extends JDialog
It is aimed to have an easy way to show a progres bar dialog. Unfortunatelly, it is not finished. Next step would be to let ProgressDialog implement ProgressListener, to completely encapsulate the component. Until then, the user has to call setProgress(int) to make the bar grow up.
Author:
jaume dominguez faus - jaume.dominguez@iver.es
See Also:
  • Constructor Details

  • Method Details

    • setProgress

      public void setProgress(int step)
    • setStatusMessage

      public void setStatusMessage(String message)