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

<html>
  <head>
      <title>Simple Graph (1.1)</title>
  </head>
  <body>
      <h1>Simple Graph(1.1)</h1>
      <hr>
      <applet code=GraphApplet.class width=300 height=120>
	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="GraphApplet.java">The source</a>.
  </body>
</html>