> I read somewhere ...

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
>>I read somewhere ...
>
> Where precisely?
From another poster's comment found at
http://groups.google.com.sg/group/comp.lang.java.programmer/browse_thread/thread
/830fb70cbd6d8d68/3dc3cfde33a4efe7?q=mouseexited+fast&rnum=1&hl=en#3dc3cfde33a4e
fe7
<quote>
To reiterate, the problem is that the mouseExited signal is not always
getting delivered to a component when the mouse cursor exits the
component. This is most apparent when the mouse is moved fast, but it
also does occur at slow speeds.
</quote>
>>...and have encountered for myself that mouseExited
>>sometimes do not get called if the mouse moves too fast.
>
> Code that displays this behaviour?
> <http://www.physci.org/codes/sscce.jsp>
Andrew Thompson - 24 May 2005 09:01 GMT
>>>I read somewhere ...
>>
>> Where precisely?
>
> From another poster's comment found at
> http://groups.google.com.sg/group/comp.lang.java.programmer/browse_thread/thread
/830fb70cbd6d8d68/3dc3cfde33a4efe7?q=mouseexited+fast&rnum=1&hl=en#3dc3cfde33a4e
fe7
...
>> Code that displays this behaviour?
So the code shown on that thread does not work for you,
'here', and now?
The reasons I ask are that ..
- that thread was posted 5 years ago, about a particular
version of the Blackdown JRE for Linux.
- The code shown there works fine for me using AppletViewer.
I could investigate further with a variety of browsers and JVMs,
but am not in a mood to do so until I hear more explicitly from you.
Does that code fail for you? What Browser/Java Version are you using?

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
- - 25 May 2005 04:28 GMT
Hi Andrew,
Thanks for the kind gesture. I am unable to produce a scaled down
version based on my application to demonstrate the problem since there
are several mouse and mousemotion listeners involved. I will repost if
the problem persists.