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