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