-
Notifications
You must be signed in to change notification settings - Fork 43
New File
Andrej Podhradsky edited this page Oct 22, 2013
·
3 revisions
NewFileCreationWizardDialog wizard = new NewFileCreationWizardDialog();
wizard.open();
wizard.getFirstPage().setFileName("HelloWorld");
wizard.finish();