Re: Skip the "Choose Project" step in New Project wizard
Paco Barrera <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAFS-qLkX9dVr+owJ0q9RB1BjY8z4YxjECNrE4R7BGkndi-SjJA@mail.gmail.com> |
This is the case, only have 1 project type, but in NB is mandatory to choose this in the first step of the wizard. 2016-01-21 12:16 GMT+01:00 Enrico Scantamburlo <[email protected]>: > 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. >>> >>> >>> >>> >>> >> >