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