public void removeChangeListener(ChangeListener changelistener) {
}
};
WizardDescriptor dd = new WizardDescriptor(iter);
dd.putProperty("WizardPanel_autoWizardStyle", new Boolean(true));
dd.putProperty("WizardPanel_contentNumbered", new Boolean(true));
dd.putProperty("WizardPanel_contentDisplayed", new Boolean(true));
MessageFormat format = new MessageFormat(
"Choose the directory where the OpenOffice.org SDK is installed.");
dd.setTitle("OpenOffice.org SDK Setup");
dd.setTitleFormat(format);
TopManager.getDefault().createDialog(dd).show();
if(dd.getValue() == NotifyDescriptor.OK_OPTION) {
boolean dirty = true;
// directory = directoryName.getText();
stringInstallationPath[ 0 ] =
( ( InstallationPanel ) panel ).getSDKDirectory();