Class ProgressOptionPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ProgressOptionPanel extends JPanel

This panel implements a progress bar that can be added to a wizard.

Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

    • ProgressOptionPanel

      public ProgressOptionPanel()
  • Method Details

    • setMainText

      public void setMainText(String plugin)
      Parameters:
      plugin - the plugin to set
    • setSecondaryText

      public void setSecondaryText(String plugin)
    • setProgress

      public void setProgress(int progress)
    • setExceptionText

      public void setExceptionText(String text, Exception e)