What API changes are there for applets with JDK 1.4?
Created May 7, 2012
John Zukowski The constructor for the Applet class now throws a HeadlessException.
Also, the AppletContext interface now has three new methods: setStream(), getStream(), and getStreamKeys().