[SOLVED] Canvas and getting mouse movement

I’m trying to get the location of the mouse every time it moves inside of my Canvas, not just when it exits and leaves. So far I have tried extending MouseAdapter and overriding mouseMoved() but it doesn’t appear that mouseMoved() is even getting called. Does anyone know how I could do this?

Cross posted here because JGO wasn’t loading a few minutes ago: http://www.java-forums.org/awt-swing/46113-canvas-mousemoved.html

EDIT: Fixed