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

[436 byte] By [anilp1a] at [2007-11-26 18:03:39]
# 1
Post a small demo code that is generally compilable, runnable and could reproduce your problem. See: http://homepage1.nifty.com/algafield/sscce.html and http://www.yoda.arachsys.com/java/newsgroups.html
hiwaa at 2007-7-9 5:33:51 > top of Java-index,Desktop,Core GUI APIs...
# 2
Did you ever get this issue resolved? I am having a similar problem. My JComboBox never receives a mouse event on the 2nd item in the list (item at index 1).
TracyKeelinga at 2007-7-9 5:33:51 > top of Java-index,Desktop,Core GUI APIs...