jdk/src/share/demo/applets/DitherTest/example1.html
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 13655 6434c25cbdfc
permissions -rw-r--r--
Initial load

<html>
  <head>
      <title>Dither Test (1.1)</title>
  </head>
  <body>
      <h1>Dither Test (1.1)</h1>
      <hr>
      <applet code=DitherTest.class width=425 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>