1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>SwingSet demo</title> </head> <body> <h1>SwingSet demo</h1> <applet code=BadApplet.class archive="BadApplet.jar" width=695 height=525> </applet> </body> </html>