You compile it as applet, not as an application. Applications require a main method.

Also, usually I've seen people extend JApplet

It's a subclass of Applet.

JApplet (Java 2 Platform SE...