Clicking on a JSplitPane divider.
843806Aug 3 2009 — edited Feb 9 2010Hi,
This may seem like a stupid question but, how can I detect clicks on the Divider of a JSplitPane? I can make it resize programmatically, and I simply want to resize it if it's double clicked on (according to the left component's preferred size).
Many thanks.