return tool != null;
}
public WizardDescriptor.InstantiatingIterator<WizardDescriptor> createIterator(FileObject baseFolder) {
try {
return new J2SEWizardIterator(baseFolder);
} catch (IOException ioe) {
ErrorManager.getDefault().notify (ioe);
return null;
}
}