src/demo/share/applets/ArcTest/example1.html
author jcm
Mon, 06 Nov 2017 21:28:03 -0800
changeset 47799 1772ebf07d1f
parent 47216 71c04702a3d5
permissions -rw-r--r--
8152470: Add COMPILER2_OR_JVMCI definition Summary: defined(COMPILER2) || INCLUDE_JVMCI changed replaced with COMPILER2_OR_JVMCI Reviewed-by: kvn

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