34353637383940414243
this.shell = shell; } @Override public void run() { INewWizard wizard = new NewRooProjectWizard(); wizard.init(PlatformUI.getWorkbench(), new StructuredSelection()); WizardDialog dialog = new WizardDialog(shell, wizard); dialog.open(); }