How are you trying to run this? Applets are referenced in an applet tag inside of an HTML page. They can't be run from the command line via the "java" command.
Note that applets do not have access to the local file system, so you will have to sign it, or fiddle with the local security policy.
If you want to run this applet as an application, check out the MainFrame class. [ December 28, 2006: Message edited by: Ulf Dittmer ]