Re: ListSelectionListener Responds to Mouse Button Up and Down



Jeff Higgins wrote:


Hal Vaughan wrote:
Why am I getting multiple ListSelectionEvents and what do I do if all I
want
is one so I can then get the selected indices from the list?


I may be way off base, if so please disregard. ..or throw me out !-)
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4323107>

That seems to apply. I can follow most of that, but they discuss using
DefaultListSelectionModel to see if the value is adjusting or not. I can't
see how to get DefaultListSelectionModel from my JList. Am I missing
something obvious?

How can I check to see if it is adjusting or not?

Hal
.