repo.or.cz
/
imageja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Synchronize with ImageJ 1.50b
[imageja.git]
/
applet.html
blob
5cb5bc9eaffa942d44b908404e641ee0a9e9fc69
1
<!-- Runs ImageJ as an Applet -->
2
3
<html>
4
<head>
5
<title>
ImageJ Applet
</title>
6
</head>
7
<body>
8
9
<applet
codebase
=
"."
code
=
"ij.ImageJApplet.class"
archive
=
"ij.jar"
width=
0
height=
0
>
10
</applet>
11
12
</body>
13
</html>