Login  Register

Re: How redisplay ImagePlus window after being closed?

Posted by whoiswho on May 24, 2010; 4:04pm
URL: http://imagej.273.s1.nabble.com/How-redisplay-ImagePlus-window-after-being-closed-tp3687861p3687863.html

Thanks for your reply Michael, and thx to the guy replying directly via email.

I guess it's pretty far-fetched to get my original idea to work -- being able to show an ImagePlus stack after closing it -- especially with it being a rather large stack. Likely I'll abandon that idea.

One of the other questions I had was if there was a possibility in ImageJ to alter the closing mechanism of an ImagePlus so that it hides the window instead of closes it. I've looked up ImageListener for instance, but for that to work you'd need to be able to access the ImageWindow (associated with the ImagePlus), and that isn't available/created until you call the show method for the first time. I guess you could change the listener once show has been called, but perhaps it's more omplicated? I'll look into it...

Best regards
whoiswho