> Hi,
>
[quoted text clipped - 9 lines]
>
> Ren?
As a general rule, I can't imagine why your JInternalFrame needs to
listen to mouse activities. Instead, its contents would want to handle
this. So you might want to add your MouseMotionAdapter to that JPanel
instead of the frame itself.
= Steve =

Signature
Steve W. Jackson
Montgomery, Alabama
Rene Ruppert - 16 Feb 2005 20:47 GMT
Hi,
> As a general rule, I can't imagine why your JInternalFrame needs to
> listen to mouse activities. Instead, its contents would want to handle
> this. So you might want to add your MouseMotionAdapter to that JPanel
> instead of the frame itself.
In fact that's what I have done now. :-)
Ren?