Skip to content

New Java Project Wizard

Andrej Podhradsky edited this page Oct 22, 2013 · 3 revisions

API / Abstract

Implementation

Usage

NewJavaProjectWizardDialog wizard = new NewJavaProjectWizardDialog();
wizard.open();
wizard.getFirstPage().setProjectName("helloworld");
wizard.finish();

JBoss Red Deer - Quick Links

Clone this wiki locally