Why do I not create a constructor for an applet?
Created May 4, 2012
John Zukowski One doesn't see constructors in applets because the applet container doesn't guarantee a complete environment (valid applet context) until the init() method is called.