0

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.

geoxile
  • 348
  • 1
  • 6
  • 16

1 Answers1

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

Community
  • 1
  • 1
agonist_
  • 4,890
  • 6
  • 32
  • 55