Provides classes for displaying a wizard and its steps in a graphical user interface.
Package Specification
This package provides the following set of classes:
- Wizard Frame Class
Class used to display a wizard. This is where all step
panels of the wizard will be shown.
- Wizard Step Panel Classes
They represent the steps of a wizard. Subclasses
are provided which represent special panels for starting and ending a wizard.
A step panel provides buttons for moving forward and moving backwards
the wizard. Also it provides a button for cancelling the whole wizard execution.