static JPanel westCenterAndEastWithMargin(Component w, Component c, Component e) { ret westCenterAndEast(w, withLeftAndRightMargin(c), e); }