ImageJ Applet with Preloaded Images

This version of the ImageJ applet automatically opens two images specified using HTML parameters. This is what the applet tag on this page looks like:
  <applet archive="../ij.jar" code="ij.ImageJApplet.class" width=0 height=0>
  <param name=url1 value="../images/FluorescentCells.jpg">
  <param name=url2 value="../images/im2.dcm">
  </applet>
Another example applet that preloads images is available at

   www.med.harvard.edu/JPNM/ij/applets/parker.html

This applet also has custom plugins, which are added to the applet's Plugins menu by these entries in the IJ_Props.txt file, located in the ij.jar file at www.med.harvard.edu/JPNM/ij/applets/ij.jar.

# Plugins installed in the Plugins menu
plug-in01=>"Shortcuts"
plug-in02=>"Utilities"
plug-in03="Record... ",ij.plugin.frame.Recorder
plug-in04="New... ",ij.plugin.NewPlugin
plug-in05="Edit...",ij.plugin.Compiler("edit")
plug-in06="Compile and Run...",ij.plugin.Compiler
plug-in07=-
plug-in08=>"Align_Stacks"
plug-in09=>"NucMed"
plug-in10=>"Parker"

# Plugins installed in the "Plugins/Align Stacks" submenu
align_stacks01="Align3 TP",Align3_TP
align_stacks02="Display3 TP",Display3_TP
align_stacks03="Reorient3 TP",Reorient3_TP
align_stacks04="Show Alignment",Show_AlignmentTP
align_stacks05="To AxialTP",To_AxialTP
align_stacks06="TwoD HistogramTP",TwoD_HistogramTP


# Plugins installed in the "Plugins/NucMed" submenu
nucmed01="Dispose All Windows",Dispose_All_Windows

# Plugins installed in the "Plugins/Parker" submenu
parker01="Four by 64",FourBy64_
parker02="JND Test",JND_Test
parker03="Make Image",Make_ImageTP
parker04="Reorder Gated Slices",Reorder_Gated_Slices
parker05="Stack Interleaver",Stack_Interleaver
parker06="Bridget",ij.plugin.URLOpener("http://www.med.Harvard.edu/JPNM/ij/applets/images/Bridget.jpg")
parker07="SMPTE",ij.plugin.URLOpener("http://www.med.Harvard.edu/JPNM/ij/applets/images/smpte.jpg")
parker08="BWH Test Pattern",ij.plugin.URLOpener("http://www.med.Harvard.edu/JPNM/ij/applets/images/bwhtest.jpg")

[Example Applets] [Home]