if(selected) { // if state is selected and field is not
// empty...
try {
if(!jtf.getText().equals("")) {
// add current element to projection list of SelectOP...
operator.addProjectionElement(jtf.getText());
}
}
catch(ModificationException me) {
final int n = AbstractGuiComponent.showCorrectIgnoreOptionDialog(parent, me.getMessage());