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