static JSplitPane addToWindowSplitRight_aggressive(Component c, Component toAdd) { ret addToWindowSplitRight_f(c, toAdd, func(JComponent c) { jMinWidth_pure(100, c) }); } static JSplitPane addToWindowSplitRight_aggressive(Component c, Component toAdd, float splitRatio) { ret setSplitPaneLater(addToWindowSplitRight_aggressive(c, toAdd), splitRatio); }