static JTextArea onEnter(final JTextArea ta, fO action) { addKeyListener(ta, ctrlEnterKeyListener(action)); ret ta; }