Re: Using themagnifying glass without Toolbar
Posted by Cspr on Mar 05, 2010; 2:34pm
URL: http://imagej.273.s1.nabble.com/Using-themagnifying-glass-without-Toolbar-tp3689096p3689098.html
Thanks for the suggestions.
setTool does not work when no toolbar is present, and no toolbar is in fact present in the program i'm writing.
Its very possible to use the zoom class in imageJ, but simply calling "in" as the argument to the run function i.e.
zf.run("in");
does zoom but zooms pretty much whereever it pleases.
Bill:
Your suggestion was the first thing I tried before posting, but moving my mouse over the image of interest (after my program has gone to work on it) and pressing the zoom-keys does not work.