[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: how to pop up a wizard page

Hi Peter,

if i do it like this 

Shell shell = new Shell();
shell.open();
shell.setVisible(true);
new WizardDialog(shell, new MyNewWizard());

just a shell pops up but not containing a the wizard ...