static JPanel withInset(Component c) { ret withMargin(c); } static JPanel withInset(int margin, Component c) { ret withMargin(margin, c); }