Defining Wizard Pages

You must extend the abstract class jas.util.JASWizardPage, which extends JPanel.   There are two interfaces that your class may typically implement.  Implelent jas.util.HasNextPages if your wizard could potentially lead to other pages, and implement jas.util.Finishable if your page could potentially be the final page on the wizard.   You may implement one or both, but it would be unusual to implement neither, because then your page would be a 'dead end' where nothing can happen from it.

Notes on Extending jas.util.JASWizardPage

Notes on implementing jas.util.Finishable

Notes on implementing jas.util.HasNextPages


Page maintained by Jonas Gifford.   Last updated 01/14/04.