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

static JPanel jcenteredbutton(S text) {
  ret jcenteredbutton(text, null);
}