Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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();
Clone this wiki locally