Tuesday 17 February 2009

Events

CHUNK 26
TITLE Event handling
DESCRIPTION Events are an important idea within Java and within Processing. Describe some simple mouse events and show the code for them. Bring it all together in a whole program.
OUTCOMES
• Write simple code which involves mouse events.
• Understand code that contains mouse handling events
REFERENCE Greenberg 140--141
HINT Not really a difficult section if you keep to mouse handling; don't be tempted to look at other events.
PROGRAM Develop a simple program that illustrates the concepts.

No comments:

Post a Comment