static JButton jbutton(S text, O action) { ret newButton(text, action); } // button without action static JButton jbutton(S text) { ret newButton(text, null); }