108109110111112113114115116117
// Create the wizard AndrolateWizard wizard = new AndrolateWizard(project); // Create the wizard dialog AndrolateWizardDialog dialog = new AndrolateWizardDialog(shell, wizard); dialog.create(); dialog.open(); }