Java(tm) Developers Kit
In terms of what's safe to use, the java.* classes represent the Java applet API, which will be documented by us, will be upwardly compatible, and will be supported by all Java-enabled browsers, including Netscape.
However, for 1.0 Beta 2 (and FCS) the only events that will be able to be filtered by an application are keyboard events. Future versions of the JDK will allow all events to be filtered by the AWT.
Note also that if an applet's TextFields don't seem to be getting any keyboard input, it's because the applet is incorrectly written to return "true" from it's handleEvent method. This causes the event to not be sent to the actual TextField.
Java Developers Kit![]()