396397398399400401402403
@Override public void focusLost(final FocusEvent e) { editorTextField.repaint(); } }); new CloseOnESCAction(this, editorTextField); return editorTextField; }