Relates :
|
ralph.kar@Eng 1998-06-10 When a JSplitPane is being resized the divider always stays at its absolute position or moves to the edge of the JSplitPane when it can't maintain its absolute position after resizing. JSplitPane.setDividerLocation(double) allows for relative positioning, but this positioning goes away after the JSplitPane has been resized. A relative divider positioning mode would come handy here. Unfortunately this requires some additional public APIs.
|