show()
method in JDialog
so that the return value may be examined to inidcate whether the user cancelled the Wizard or not. Before calling showWizard()
some pages must be added to the Wizard
using the setPages
method.
@return OPTION_APPROVE
if the user did not press cancel, orOPTION_CANCEL
if the user pressed the cancel button.
|
|
|
|
|
|