Sample Dynamic Wizard - plugin detail
Sample for creating dynamic wizards. Use this template if you'd like to learn about creating interesting wizards for NetBeans Platform applications, i.e., wizards that have panels that come and go depending on current values of properties set in the wizard.
| Plugin owner: |
geertjan |
| Website: |
http://netbeans.dzone.com/nb-how-to-create-dynamic-wizard |
| Added: |
2011-04-26 |
| License: |
CDDL |
| Category: |
Desktop Applications |
| Downloaded: |
842 times |
| Rating: |
|
| Plugin Log |
Show log
| 2011-04-26 09:22:22 | jkovalsky | Plugin published | | 2011-04-26 07:41:33 | geertjan | Plugin edited, id:38672, pubid:38672 | | 2011-04-26 07:40:29 | geertjan | Plugin edited, id:38672, pubid:38672 | | 2011-04-26 07:37:34 | geertjan | Plugin edited, id:38672, pubid:38672 | | 2011-04-25 21:33:13 | geertjan | Plugin edited, id:38672, pubid:38672 | | 2011-04-25 21:24:14 | geertjan | Plugin saved with .nbm/zip file; id: 38672 |
|
|
Versions available
|
Download size: 0.02 MB
|
Last Update: 2011-04-26
|
What's new in this version
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Sample Dynamic Wizard project. Create the template by clicking Next and then Finish. You will then have a new module. Then install the module. Go to the File menu and click "Create Plant". Then you will see a wizard. Depending on whether the checkbox in panel 1 is selected, panel 2 will or will not be shown, followed by panel 3. Then study the code, especially the "PlantCreationIterator.java".
Go here to create the sample from scratch:
http://netbeans.dzone.com/nb-how-to-create-dynamic-wizard
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.