How do you add a MouseMotionListener to a canvas?
You see, the problem is that when I add a MouseMotionListener to a panel that has a canvas on it, none of the motion is picked up when I move my cursor across the canvas. But if I move my cursor ABOVE the canvas, where there is the real panel (i added my motionlistener to a panel) it works. THe problem is that I need it to work in the canvas too. :| Any Ideas?
Virum

