how to refresh an image when the file is modified?
Posted by Frédéric Boone on Nov 17, 2005; 10:07pm
URL: http://imagej.273.s1.nabble.com/how-to-refresh-an-image-when-the-file-is-modified-tp3704434.html
Hi all,
I'd like to be able to refresh an image by reading again the file it comes from.
I tried
imp.updateAndRepaintWindow();
and several others but that doesn't work.
Any idea welcome.
F