File: testApplet.html

package info (click to toggle)
treeview 1.1.6.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,304 kB
  • sloc: java: 33,287; xml: 1,728; perl: 132; sh: 16; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <head>
      <title>Java TreeView Test </title>
  </head>
  <body>
      <h1>Java TreeView Test</h1>
      <h2>PLEASE NOTE:  This applet has been shown to work on Mac OSX and Win2K. </h2>
      <hr>
      <APPLET CODE="edu/stanford/genetics/treeview/applet/ButtonApplet.class"
      archive="TreeViewApplet.jar,nanoxml-2.2.2.jar,plugins/Dendrogram.jar" width=150 height=50
        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!
        <param name="cdtFile" value="spellman.cdt">
        <param name="cdtName" value="spellman">
		<param name="plugins" value="edu.stanford.genetics.treeview.plugin.dendroview.DendrogramFactory">
      </applet>
      <hr>
  </body>
</html>