src/demo/share/applets/MoleculeViewer/example1.html
author dl
Sat, 10 Feb 2018 09:17:53 -0800
changeset 48842 a5a2e4770524
parent 47216 71c04702a3d5
permissions -rw-r--r--
8190324: ThreadPoolExecutor should not specify a dependency on finalization Reviewed-by: martin, psandoz, alanb, rriggs, dholmes

<html>
  <head>
      <title>MoleculeViewer (example 1)</title>
  </head>
  <body>
      <h1>MoleculeViewer (example 1)</h1>
      <hr>
      <applet code=XYZApp.class archive=MoleculeViewer.jar 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>