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