Use a MouseMotionListener
(http://java.sun.com/javase/6/docs/api/java/awt/event/MouseMotionListener.html
http://java.sun.com/docs/books/tutorial/uiswing/events/mousemotionlistener.html).
Or, less likely, use a Robot.
If you have problems with the details, the Swing forum is the best place to post.