A simple Java applet event monitor
- This shows most events as they happen (with (x,y) coordinates, where appropriate).
- mouseDown/Up/Drag in the TextArea are not monitorable.
- mouseMove and mouseDrag have only every fifth occurrence in each
unbroken sequence displayed.
- The monitoring of various events can be enabled/disabled by a button,
to reduce volume of output.
- The applet is within the box below.
The source.