182183184185186187188189190191192
// start ImageJ new ImageJ(); // open the Clown sample ImagePlus image = IJ.openImage("http://imagej.net/images/clown.jpg"); image.show(); // run the plugin IJ.runPlugIn(clazz.getName(), ""); } }