static JSplitPane hsplit(Component l, Component r) { ret jhsplit(l, r); } static JSplitPane hsplit(Component l, Component r, double splitPoint, int delay) { ret jhsplit(l, r, splitPoint, delay); } static JSplitPane hsplit(Component l, Component r, double splitPoint) { ret jhsplit(l, r, splitPoint); } static JSplitPane hsplit(double splitPoint, Component l, Component r) { ret jhsplit(splitPoint, l, r); }