static JPanel withLeftAndRightMargin(int w, Component c) { ret withLeftMargin(w, withRightMargin(w, c)); }