Hi,
Can someone tell me how i can implement a mouselistener interface on a frame.
I have a program that loads an image on a canvas. now i want to get the screen coordinate where user clicks on the image. I can do this using an applet but i want to do it with awt frame.
Can someone tell me?
Regards