static JPanel withLeftRightAndTopMargin(int w, Component c) { ret withMargins(w, w, 0, w, c); } static JPanel withLeftRightAndTopMargin(Component c) { ret withLeftRightAndTopMargin(defaultMargin(), c); }