Applet funktioniert in Eclipse Applet-Viewer, aber nicht im Browser

Tim Oliver Wagner <[email protected]>
Newsgroups gmane.linux.suse.programming
Message-ID <[email protected]>
Hallo,
ich versuche jetzt schon eine Weile ein Applet, welches im Applet-Viewer 
funktioniert im Browser zum Laufen zu bekommen. Applets aus dem Netz 
funktionieren, aber dieses selbst geschiebene nicht. Habe es auf das 
wesentlich beschränkt, wird trotzdem nicht ausgeführt.

Fehlermeldung im Browser: applet notinited

Der Code:
======
package applets;

import javax.swing.*;
//import java.awt.*;

public class TestApplet extends JApplet {

	private static final long serialVersionUID = 1L;

	public void init() {
		getContentPane().setVisible(true);
//		getContentPane().add(new PaintingPanel());
		getContentPane().add(new JPanel().add(new JLabel("asldfjslfdkj!!!!")));
		System.out.println("init");
	}
	
	
	public void start() {
		System.out.println("start");
	}
	
	public void stop() {
		System.out.println("stop");
	}
	
	public void destroy() {
		System.out.println("destroy");
	}

}

Kann mir jemand helfen?

tia und Grüße

Oli
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQBEIBn9nLZw+P+YldoRApf5AJwPVwnlGRRUSTS73PQyizKHyxB5QwCdGO1Y
UadlAI2pfZqz5KdV/+miCQA=
=Gfpb
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.