static JButton focusButton(JComponent c, S name) { JButton b = findButton(c, name); requestFocus(b); ret b; }