Login  Register

Re: Get name of stack or how to choose an inactive window

Posted by Gabriel Landini on Mar 19, 2010; 1:02pm
URL: http://imagej.273.s1.nabble.com/Get-name-of-stack-or-how-to-choose-an-inactive-window-tp3688896p3688899.html

> > But how do I get the "name of the stack" or how do I choose the
> > first window
> > (the "name of the stack"-0001)

When you just selected the image or after loading it you use
myName=getTitle();

G