static JPanel northAndCenterWithMargin(int margin, Component n, Component c) { ret northAndCenter(withBottomMargin(margin, n), c); } static JPanel northAndCenterWithMargin(Component n, Component c) { ret northAndCenter(withBottomMargin(n), c); }