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

<html>
  <head>
      <title>MoleculeViewer (example 1)</title>
  </head>
  <body> 
      <h1>MoleculeViewer (example 1)</h1>
      <hr>
      <applet code=XYZApp.class width=300 height=300>
	<param name=model value=models/HyaluronicAcid.xyz>
	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="XYZApp.java">The source</a>.
  </body>
</html>