-
Notifications
You must be signed in to change notification settings - Fork 43
New Java Class Wizard
Andrej Podhradsky edited this page Oct 22, 2013
·
3 revisions
NewJavaClassWizardDialog wizard = new NewJavaClassWizardDialog();
wizard.open();
wizard.getFirstPage().setName("HelloWorld");
wizard.getFirstPage().setPackage("com.example.helloworld");
wizard.finish();