static JPanel westAndCenterWithMargin(Component w, Component c) { ret westAndCenter(withRightMargin(w), c); } static JPanel westAndCenterWithMargin(int margin, Component w, Component c) { ret westAndCenter(withRightMargin(margin, w), c); }