The Wizard framework packages are:
	- com.ibm.ivj.ui.wizards
	- com.ibm.ivj.ui.wizards.util
	- com.ibm.ivj.ui.wizards.examples

For a description of the framework and how to use it,
please see the javadoc for com.ibm.ivj.ui.wizards.Wizard.

If you are familiar with JFace's SmartGuides you should find 
the Wizard framework easy to use.  The correlation
between the Wizard framework and JFace is described below:

Class name in Wizard framework	Class name in JFace
-----------------------------------------------------------
Wizard				SmartGuide
WizardPage			SmartGuidePage
IWizardPageListener		n/a 

For more information, please see the javadoc referred to above.