jdk/src/demo/share/applets/CardTest/example1.html
author prr
Thu, 18 Dec 2014 10:45:45 -0800
changeset 29908 83e2c403fefd
parent 25859 3317bb8137f4
permissions -rw-r--r--
8067050: Better font consistency checking Reviewed-by: bae, srl, mschoene

<html>
  <head>
      <title>Card Test (1.1)</title>
  </head>
  <body>
      <h1>Card Test (1.1)</h1>
      <hr>
      <applet code=CardTest.class width=455 height=300>
	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="CardTest.java">The source</a>.
  </body>
</html>