Is registering a ComponentListener to a component and its children (a
JDesktopPane and its JInternalFrames) recursively a good way to ensure
that mouseMoved is detected?
Or is there another way? Using glasspane doesn't seem right.
Andrey Kuznetsov - 16 Jun 2005 14:57 GMT
> Is registering a ComponentListener to a component and its children (a
> JDesktopPane and its JInternalFrames) recursively a good way to ensure
> that mouseMoved is detected?
ComponentListeners does not hear to mouse.
MouseMotionListener does it.