Sunday, 1 December 2013

Java applet program for handling mouse events

Applets are accustomed to provide interactive features to the net that can t be supplied by HTML alone. They could capture mouse/keyboard input and so on user s action. An Event Listener, once set to a applet object waits for some action to be done onto it, be it mouse click, mouse hover, pressing of keys, click of button, etc. You will notice a mouse pressevent, then a mouse exit event, then a mouse release event.

http://programmingunit.com/2013/11/30/java-program-capture-mouse-actions-applets/

No comments:

Post a Comment