JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.examples.simpleviewer.gui.popups
Class Wizard

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.gui.popups.Wizard

public class Wizard
extends java.lang.Object


Constructor Summary
Wizard(java.awt.Frame owner, WizardPanelModel panelManager)
          Create a Wizard dialog box using the panels given in the given WizardPanelModel.
 
Method Summary
 int showModalDialog()
          Display a modal wizard dialog in the middle of the screen.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wizard

public Wizard(java.awt.Frame owner,
              WizardPanelModel panelManager)
Create a Wizard dialog box using the panels given in the given WizardPanelModel.

Parameters:
owner - Parent frame
panelManager - Implements the WizardPanelModel interface, therefore containing all the panels and logic.
Method Detail

showModalDialog

public int showModalDialog()
Display a modal wizard dialog in the middle of the screen.

Returns:
The return code is either JOptionPane.CANCEL_OPTION or JOPtionPane.OK_OPTION

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support