}
@Override
public final boolean isValid() {
try {
CustomProjection test = new CustomProjection();
test.update(input.getText());
} catch (ProjectionConfigurationException ex) {
error = ex.getMessage();
valStatus.setIcon(ImageProvider.get("data", "error.png"));
valStatus.setVisible(true);
errorsPanel.setText(error);