static JButton submitButtonOnEnter(final JButton b) { onEnter(b, r { clickButton(b) }); ret b; }