Class WizardSupport.InitialWelcomeSteps

java.lang.Object
org.netbeans.spi.wizard.WizardPanelProvider
VASSAL.build.module.WizardSupport.InitialWelcomeSteps
Enclosing class:
WizardSupport

public class WizardSupport.InitialWelcomeSteps extends org.netbeans.spi.wizard.WizardPanelProvider
Wizard pages for the welcome wizard (initial module load). Prompts for username/password if not yet specified, and prompts to load a saved game or start a new one
Author:
rkinney
  • Field Details

  • Constructor Details

    • InitialWelcomeSteps

      public InitialWelcomeSteps(String[] steps, String[] stepDescriptions)
  • Method Details

    • createPanel

      protected JComponent createPanel(org.netbeans.spi.wizard.WizardController controller, String id, Map settings)
      Specified by:
      createPanel in class org.netbeans.spi.wizard.WizardPanelProvider
    • getNameControls

      protected JComponent getNameControls(org.netbeans.spi.wizard.WizardController controller, Map<String,​Object> settings)
    • setTutorial

      public void setTutorial(Tutorial tutorial)