Re: How redisplay ImagePlus window after being closed?
Posted by intheclouds089 on Jun 21, 2010; 11:40am
URL: http://imagej.273.s1.nabble.com/How-redisplay-ImagePlus-window-after-being-closed-tp3687861p3687865.html
Hello again,
I just realized that this only worked in cases where a copy of the stack was created and then displayed. An existing stack will also be gone after closing the window.
I wonder if creating a deep copy of the stack and then displaying that instead would work. (in Ruby Marshal.load(Marshal.dump()))
Best regards,
Christian