A
Andreas Thiele
I'd like to know if the divider line was moved by the user. Installing a
PropertyChangeListener on JSplitPane.DIVIDER_LOCATION_PROPERTY does not
solve the problem because this event is also fired when the user resizes the
container so that the divider would be outside the container. In this case
the divider is automatically moved to fullfil the minimum size and
"dividerLocation" PropertyChange event gets fired.
Is there any chance to catch something like a divider drag end event?
Andreas
PropertyChangeListener on JSplitPane.DIVIDER_LOCATION_PROPERTY does not
solve the problem because this event is also fired when the user resizes the
container so that the divider would be outside the container. In this case
the divider is automatically moved to fullfil the minimum size and
"dividerLocation" PropertyChange event gets fired.
Is there any chance to catch something like a divider drag end event?
Andreas