public class OptionPanelContainer
extends JWizardPanel
This class is a wizard panel that displays the panel returned by the
OptionPanel.getJPanel()
method int the top of the wizard. It also
call the other methods when the user clicks a button.
Constructor and Description |
---|
OptionPanelContainer(WizardPanelWithLogo wizardPanel,
OptionPanel optionPanel) |
Modifier and Type | Method and Description |
---|---|
void |
back() |
void |
next() |
void |
update() |
public OptionPanelContainer(WizardPanelWithLogo wizardPanel, OptionPanel optionPanel)