JList and value change
Hello,
I have 2 jlist in a jpanel. In my value change method for jlist1, when I select an item in jlist1 I would also select the same item in jlist2 if it exists. Jlist2's value method also does the same. However, when I do a setSelectedValue in either jlist1 or jlist2 the other jlist value change gets called. I'm wondering if there is a way to stop that call.
Any help is much appreciated. Thanks
vyang

