Non credo proprio che si possa usare una classe abstract come applet... Infatti in esecuzione ti dà l'errore...

Riporto quello che ha scritto Xadoom tratto dalla documentazione:
Thrown when an application tries to create an instance of
a class using the newInstance method in class Class, but
the specified class object cannot be instantiated because
it is an interface
or is an abstract class.
Ciao.