mouseClicked fails in JDK 1.6?
Hello,
My application has a mouse listener attached to a JPanel which listens
to mouse clicks.
In JDK 1.5.X, it worked fine.
In 1.6, I find it is broken - mouseClicked() is entered only when some points of the JPanel are clicked.
I am trying to track down the problem, but I wondered if anyone found
something similar that used to work in 1.5 but broke in 1.6
thanks,
Anil

