Event processing illustration

Simple applet that illustrates event processing using: (1) listener interface, (2) inner adapter class, (3) anonymous inner class.

Displays mouse location in status bar. May ot work in Internet Explorer when loaded from the network. Use AppletViewer instead.


Source code

MouseLocation.java

MouseLocation2.java

MouseLocation3.java


The applet

ALT="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is ignoring the <APPLET> tag!