changeSupport.removeChangeListener(cl);
}
public String getErrorMessage() {
if (copyNetteCheckbox.isSelected()) {
Validable emptyPathValidator = new NetteEmptyPathValidator();
if (emptyPathValidator.validate(NetteOptions.getInstance().getNetteFile())) {
return NbBundle.getMessage(NewNetteProjectPanel.class, "ERR_no_nette_file");
}
Validable loaderPathValidator = new NetteLoaderExistsValidator();