jdk/src/demo/share/applets/DitherTest/example1.html
changeset 25859 3317bb8137f4
parent 13655 6434c25cbdfc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/src/demo/share/applets/DitherTest/example1.html	Sun Aug 17 15:54:13 2014 +0100
@@ -0,0 +1,16 @@
+<html>
+  <head>
+      <title>Dither Test (1.1)</title>
+  </head>
+  <body>
+      <h1>Dither Test (1.1)</h1>
+      <hr>
+      <applet code=DitherTest.class width=455 height=400>
+	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
+	Your browser is completely ignoring the &lt;APPLET&gt; tag!
+      </applet>
+      <hr>
+      <a href="DitherTest.java">The source</a>.
+  </body>
+</html>
+