static JPanel jsection(Component c) { ret jSection(c); } static JPanel jsection(S title, Component c) { ret jSection(title, c); } static JPanel jsection(S title) { ret jSection(title); }