JWizardPanel and JWizardDialog provide a panel and dialog that accomodates a sequence of pages. Three buttons, previous, next and finish are available but one can also add others as required. The wizard navigates through a number of pages represented by a WizardPage interface. Notifications for wizard events are obtained by adding a ChangeListener.
JWizardPanel and JWizardDialog are JavaBean components so you can add them to the NetBeans Swing components pallette and use them through the GUI builder. Get the WizardView NetBeans project including the source files, compiled jar and API javadocs from here.
Saturday, March 15, 2008
The wizard components JWizardPanel, JWizardDialog
Labels:
custom components,
dialogs,
panels,
projects
Subscribe to:
Posts (Atom)