792793794795796797798
* 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)); }