Hi Pallav, thank you for your reply. My listener is just like yours, except I don't have "e.getClickCount() > 1". The annoying thing is that it is working 90%-95% of the time, so it's not easy to detect it. The best way to test this is to add println statement to the mouseClicked(), then get all 24 records in JTable, and start clicking.
Since I didn't hear back from anyone I started suspecting it might be something in my code if no one else has experienced it. But it's such a simple piece of code, and why is it working 90% of the time??
OK, I think I found it! After adding mousePressed() and mouseReleased(), I was able to reproduce it - after some clicking, it did NOT respond to mouseClicked(), but it DID to mousePressed() and mouseReleased()! I'll do some more testing, but so far these two new methods are responding 100% of the time.
BTW, I am using JDK 1.3.1 under Windows 2000 Professional.
Thanks, Branko
[ May 19, 2002: Message edited by: Branko Paskutini ]