[3299] in java-interest
Re: Aplha3 --> Beta API changes
daemon@ATHENA.MIT.EDU (Jim Graham)
Mon Nov 6 20:21:18 1995
Date: Sun, 5 Nov 1995 19:36:44 -0800
From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
To: java-interest@java.Eng.Sun.COM, mikea@abba.ai.mit.edu
> Where did the methods like keyDown() that were in the browser package of the
> alpha releases go in the beta release?
Every Component has a keyDown method which a system thread will invoke
when there is a keyboard event that the Component might be intereseted
in (provided the Component has requested the input focus with requestFocus).
Applets are a subclass of Component so they operate the same way...
...jim
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com