src/demo/share/applets/GraphicsTest/example1.html
author michaelm
Fri, 16 Feb 2018 10:34:17 +0000
branchhttp-client-branch
changeset 56137 dd867826d55b
parent 47216 71c04702a3d5
permissions -rw-r--r--
http-client-branch: added system property to disable hostname verification for testing

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