static JPanel withNorthMargin(Component c) { ret withTopMargin(c); } static JPanel withNorthMargin(int w, Component c) { ret withTopMargin(w, c); }