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