log and prgress bar
Posted by Jim Hull on Sep 26, 2005; 10:36pm
URL: http://imagej.273.s1.nabble.com/log-and-prgress-bar-tp3704778.html
Hi All,
I've created many plugins that use the IJ.log and IJ.showProgress methods.
I'm trying to make an interface using PlugInFrame, but when I call the
plugins from the interface unless there is a log window already open the
IJ.log method does not work. Also, the progress bar only updates after the
plugin has run.
Does anyone have any suggestions to get these methods to run properly?
IJ version 1.34s, java version 1.5.0_03
Thanks,
Jim Hull