34353637383940
public class Wizard extends Widget { private JWizard wizard = null; public Wizard(Widget parent, String name) throws GUIException { super(parent, name); wizard = new JWizard(this); }