"selectWindow()" in plugin
Posted by Sami Willman on Oct 09, 2007; 2:01pm
URL: http://imagej.273.s1.nabble.com/selectWindow-in-plugin-tp3698243.html
Hi,
I have written a macro, that compares two images.
Now I would like to convert that macro into a plugin and need a piece of
advice..
In macro I can select window with command:
selectWindow("image1.tif");
How can I do this with plugin?
-Sami