static JButton jBoldButton(S text, O action) { ret jboldbutton(text, action); } static JButton jBoldButton(S text) { ret jboldbutton(text); }