static JPanel northCenterAndSouthWithMargin(Component n, Component c, Component s) { ret northCenterAndSouth(withBottomMargin(n), c, withTopMargin(s)); }