213214215216217218219220221222223
* {@inheritDoc} */ public QuickSetupStepPanel createWizardStepPanel(WizardStep step) { QuickSetupStepPanel p = null; if (step == Step.WELCOME) { p = new WelcomePanel(this); } if (p == null) { p = upgrader.createWizardStepPanel(step); }