static JPanel jCenteredButton(S text, O action) { ret jcenteredbutton(text, action); } static JPanel jCenteredButton(S text) { ret jcenteredbutton(text); }