Re: Skip the "Choose Project" step in New Project wizard
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Create your own wizard and replace the New Project wizard with your own. Gj On 21-1-2016 15:19, Paco Barrera wrote: > 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] > <mailto:[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] > <mailto:[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] > <mailto:[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. > > > > > > >