new BackgroundImageWizardController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new ImportedFurnitureWizardController(preferences, viewFactory, contentManager).getView();
new ImportedTextureWizardController(preferences, viewFactory, contentManager).getView();
new HelpController(preferences, viewFactory).getView();
Locale.setDefault(defaultLocale);
}
}