Class WizardPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class WizardPanel extends JPanel
This class provides the display wrapping infrastructure for a wizard.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Details

    • showWizardDialog

      public static void showWizardDialog(JComponent parent, String title, AbstractWizardCard firstCard, String prematureExitTag)
      Display a modal JDialog containing a wizard initialized with the specified first wizard card.
      Parameters:
      parent - JComponent parenting the enclosing JDialog
      title - String title to be displayed in the dialog title bar
      firstCard - AbstractWizardCard to be displayed when the wizard is shown
      prematureExitTag - String resource tag of text to be displayed if user tries to exit the wizard before pressing the Finish button