launch one instance for imageJ
Posted by Lei, Dong Fang on Sep 28, 2005; 2:27am
URL: http://imagej.273.s1.nabble.com/launch-one-instance-for-imageJ-tp3704732.html
Hi all
I do some change on ImageJ1.3.2 for supporting a new image data type
(.qif) and recompile it to .exe.
In my system, I set that it get .qif file to open by double clicking.
But that was a problem was that I would open launch another instance of
ImageJ each time I clicked on a file. It is better that if have one
ImageJ instance, it does not open another ImageJ instance when double
clicking another .qif file.
Maybe the problem is in main function which it always creates a new
imageJ object. That is right?
How do you think about that?
Please give me some comments.
Thank you very much.
dongfang