Basic HTML version of Foils prepared May 12 1996

Foil 107 Events in the java.awt -- Mouse, Keyboard Interaction - II

From CRPC Lectures on Java Language Applets Graphics CRPC Annual Meeting Tutorial -- May 14,1996. by Geoffrey C. Fox


1 The Event class has various special class (static) variables defined including
2 Event.F1 -- the F1 key
3 Event.UP The Up arrow etc.
4 The Component class (grandparent of Applet) has a rich set of Event handlers which you should override if you wish to process particular input
5 public boolean mouseDown(Event evt, int x, int y) {
  • anchor = new Point(x,y); // record position of mouse click
  • return true; // must do this
6 }
7 Other handlers are mouseDrag, mouseEnter (enters current component), mouseExit, mouseMove (with its button up), keyUp, keyDown

in Table To:


Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Dec 14 1997