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