// value = 0 to 1 static JSplitPane setSplitPane(Component c, double value) swing { JSplitPane sp = first(childrenOfType(c, JSplitPane.class)); if (sp != null) sp.setDividerLocation(value); ret sp; }