// action: voidfunc(JTextComponent) static JButton textActionButton(S text, fO action) { ret new JButton(new TextAction(text) { public void actionPerformed(ActionEvent e) { pcallF(action, getFocusedComponent()); } }); }