Re: Re: Has anyone attempted to implement the Wizard pages as described in Java look and feel guidelines, using the NetBeans wizard framework?
Sandip Chitale <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Tim Boudreau wrote: > Sandip Chitale wrote: > >> Has anyone attempted to implement the Wizard pages as described in >> Java look and feel guidelines, using the NetBeans wizard framework? >> >> http://java.sun.com/products/jlf/at/book/Wizards11.html#52171 >> >> Specifically: >> >> Progress Page - >> http://java.sun.com/products/jlf/at/book/Wizards5.html#51629 >> Summary Page - >> http://java.sun.com/products/jlf/at/book/Wizards5.html#51644 >> >> If not, are there any plans to make NetBeans wizard framework >> compliant with Java look and feel guidelines' Wizard guidelines? > > > I think that's exactly what NetBeans' existing Wizard framework does - > the background image is brandable, the steps are shown, etc. > > -Tim > > I am not sure how to achieve specifically - Summary Page - http://java.sun.com/products/jlf/at/book/Wizards5.html#51644 i.e. Notice the Close button. Other buttons are missing. The NetBeans Wizard framework seems to only allow combination of: 1. Previous 2. Next 3. Finish and 4. Cancel In my specific use case, I want to do something like this in the New Project wizard where I have even less control. Sandip