Package com.bws42.wizard.example

This package contains an example Wizard implementation using the Wizard framework.

See:
          Description

Class Summary
ExampleWizard Example main class for a Wizard.
ExampleWizardFactory An example WizardFactory that supplies only one panel.
ExampleWizardPanel An example WizardPanel that demonstrates some of the possible uses of a panel within a wizard.
 

Package com.bws42.wizard.example Description

This package contains an example Wizard implementation using the Wizard framework. It is a very basic implementation with only one panel and not much else, but it should explain things fairly well with the simple code and extensive inline comments.