static JPanel centerAndSouthWithMargins(Component etc c, Component etc s) {
  ret applyDefaultMargin(centerAndSouth(c, withTopMargin(s));
}

static JPanel centerAndSouthWithMargins(int margin, Component etc c, Component etc s) {
  ret applyMargin(margin, centerAndSouth(c, withTopMargin(margin, s));
}