static JSplitPane jhsplit(Component l, Component r) { ret setSplitPaneLater( new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, wrap(l), wrap(r)), 0.5); }