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