Computer Science Canada Need help with mouselistener and MouseMotionListener |
Author: | RaLz [ Wed Jan 12, 2005 1:02 pm ] | ||||
Post subject: | Need help with mouselistener and MouseMotionListener | ||||
Hi I am trying to get mouse input to work but i keep getting this error when i try to implement MouseListener and MouseMotionListener.
This is where the the error is occuring.
|
Author: | SsJBebiGoku [ Wed Jan 12, 2005 10:08 pm ] |
Post subject: | |
I'm pretty sure you have to create a mouseReleased(MouseEvent e) method in your program, and code anything you want to happen when the mouse does the desired action. |