Package com.salas.bb.installation.wizard

Examples of com.salas.bb.installation.wizard.WelcomePage


     * Configures the <code>SetupManager</code>. The default does nothing. Sublcasses can, for
     * example modify the welcome panel.
     */
    protected void configureSetupManager()
    {
        SetupManager.setWelcomePanel(new WelcomePage(null, null));
    }
View Full Code Here

TOP

Related Classes of com.salas.bb.installation.wizard.WelcomePage

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.