static JPanel jCenteredRaisedSection(S title default "", Swingable c) { ret jCenteredRaisedSection(title, wrap(c)); } static JPanel jCenteredRaisedSection(S title default "", Component c) { ret centerSection(jRaisedSection(title, c)); }