src/demo/share/applets/DrawTest/example1.html
author stuefe
Thu, 10 May 2018 07:26:18 +0200
changeset 50074 26ac622a4cab
parent 47216 71c04702a3d5
permissions -rw-r--r--
8202822: Add .git to .hgignore Reviewed-by: erikj

<html>
  <head>
      <title>Draw Test (1.1)</title>
  </head>
  <body>
      <h1>Draw Test (1.1)</h1>
      <hr>
      <applet code=DrawTest.class width=400 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="DrawTest.java">The source</a>.
  </body>
</html>