Re: Skip the "Choose Project" step in New Project wizard
Enrico Scantamburlo <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAJdy_m-weKwDKZR_fVPG-NV+ykTO-VUZxGjLHu7-98yKdm=w9A@mail.gmail.com> |
Cannot you just leave 1 project so the user is forced to choose that? On Wed, Jan 20, 2016 at 12:15 PM, Paco Barrera <[email protected]> wrote: > I'm stuck with this issue, can anybody help me, please? > > > 2016-01-19 10:00 GMT+01:00 pacobm <[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. >> >> >> >> >> >