Is it possible to disable automatic resizing/placement of the divider of a SplitPane when resizing the entire frame? In other words, I only want it to automatically move the divider only to shrink (when the application's frame is too small) or if the user manually moves the divider.
Asked
Active
Viewed 3,027 times
1 Answers
2
This is probably what your are looking for : How can I avoid a SplitPane to resize one of the panes when the window resizes?
and from the javadoc