Skip the "Choose Project" step in New Project wizard
"pacobm" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Viewing the NB source code for the NewProjectWizard.java it extends TemplateWizard and overrides createTemplateChooser(). I try to create my own NewCustomProjectWizard class, but only shows the first iterators without the window for the new Project's name. May be it possible not to override the createTemplateChooser() method? Thanks in advance.