114115116117118119120121122123124
} catch(ModificationException me) { int n = AbstractGuiComponent.showCorrectIgnoreOptionDialog(parent, me.getMessage()); if(n == JOptionPane.YES_OPTION) { (new FocusThread(that.jTF_id)).start(); } } } } });
129130131132133134135136137138139
} catch(ModificationException me) { int n = AbstractGuiComponent.showCorrectIgnoreOptionDialog(parent, me.getMessage()); if(n == JOptionPane.YES_OPTION) { (new FocusThread(jtf)).start(); } } } } });
96979899100101102103104105106
} catch(ModificationException me) { int n = AbstractGuiComponent.showCorrectIgnoreOptionDialog(parent, me.getMessage()); if(n == JOptionPane.YES_OPTION) { (new FocusThread(textField)).start(); } } } });