Re: Has anyone attempted to implement the Wizard pages as described in Java look and feel guidelines, using the NetBeans wizard framework?
Tim Boudreau <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
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