File: applet.html

package info (click to toggle)
imagej 1.51i%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,244 kB
  • ctags: 13,220
  • sloc: java: 113,144; sh: 285; xml: 50; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Runs ImageJ as an Applet -->

<html>
<head>
<title>ImageJ Applet</title>
</head>
<body>

<applet codebase="." code="ij.ImageJApplet.class" archive="ij.jar" width=0 height=0>
</applet>

</body>
</html>