> Hi All,
>
[quoted text clipped - 7 lines]
>
> Chanchal
Proper use of layout management should make it unnecessary for you to
care when a user moves a divider.
You might be able to add a ComponentListener on your panels to detect
when they are resized. The obvious trouble with that, however, is that
moving the divider on any pane will probably cause some or all of the
others to get resized, thereby firing their own listeners.
You could also add a PropertyChangeListener to each split pane to detect
changes in the JSplitPane.DIVIDER_LOCATION_PROPERTY.

Signature
Steve W. Jackson
Montgomery, Alabama