Tutorial 4 / Part 1
This tutorial will show you how to write a Java class which:
- extends the WizardPanel class
- passes PropertyList as
parameters to the constructor
- includes the command super(properties); in the
constructor,
- creates the following methods so you can interact with the
user:
public void
enter() and optionally public void
leave()
When you're ready, click
Next.