Synchronize with ImageJ 1.50b
[imageja.git] / applet.html
blob5cb5bc9eaffa942d44b908404e641ee0a9e9fc69
1 <!-- Runs ImageJ as an Applet -->
3 <html>
4 <head>
5 <title>ImageJ Applet</title>
6 </head>
7 <body>
9 <applet codebase="." code="ij.ImageJApplet.class" archive="ij.jar" width=0 height=0>
10 </applet>
12 </body>
13 </html>