GuiEvents

Event handling: mouse and function keys.

The example shows how to use mouse, button and text field events and how to process them with listeners.

Play with the mouse and function keys in the area between button and text output. NOTE: Some Browsers and Java Implementations generate more events than others. Use the first argument to control which events your program wants to handle.

Here is the MINERVA source program: EventView.min


Up read on...