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