jdk/src/share/demo/jfc/SwingApplet/SwingApplet.html
author tbell
Fri, 27 Feb 2009 10:54:11 -0800
changeset 2091 7faffd237305
parent 2 90ce3da70b43
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head><title>Swing Applet</title></head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
<body> <applet code=SwingApplet archive=SwingApplet.jar width=500 height=300>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
</applet>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
</html>