Package de.chris_soft.utilities.swing.wizard

Examples of de.chris_soft.utilities.swing.wizard.Wizard


  /**
   * Constructor.
   */
  public ConfigurationWizard() {
    wizard = new Wizard(null, "NanoDoA Configuration Wizard", null);
    addIntroductionPanelToWizard();
    addMailPanelToWizard();
    addArchivePanelToWizard();
    addDocumentHttpServerPanelToWizard();
  }
View Full Code Here


  /**
   * Constructor.
   */
  public ConfigurationWizard() {
    wizard = new Wizard(null, "NanoDoA Configuration Wizard", null);
    addIntroductionPanelToWizard();
    addMailPanelToWizard();
    addArchivePanelToWizard();
  }
View Full Code Here

TOP

Related Classes of de.chris_soft.utilities.swing.wizard.Wizard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.