@@ -1202,6 +1202,7 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
...
@@ -1202,6 +1202,7 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
}
}
ImageJimagej=IJ.getInstance();
ImageJimagej=IJ.getInstance();
if(imagej!=null){
if(imagej!=null){
imagej.exitWhenQuitting(true);// plain new ImageJ() defaults to false - quit() would close windows but leave the JVM (and heap) alive // By Claude on 06/10/2026