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