static JComponent jhsplitSections(S section1, Component contents1, S section2, Component contents2) { ret jhsplit( jCenteredSection(section1, contents1), jCenteredSection(section2, contents2)); }