| [news.eclipse.platform.rcp] Reuse UML New Diagram wizards |
Hello,
I've put the code:
UMLCreationWizard wizard = new UMLCreationWizard(); WizardDialog dialog = new WizardDialog(wizard.getShell(), wizard); dialog.open();
But it didn't work.
Thanks in advance,
Nogueira.