<html> <head> <title>Ein einfaches Textfeld</title> </head> <body> <applet code="SimpleText.class" width=100 height=50> </applet> </body> </html>
Die Quelle: SimpleText.html
SimpleText.html