Re: Need to close the result table from my java application

Posted by EHB2010 on
URL: http://imagej.273.s1.nabble.com/Need-to-close-the-result-table-from-my-java-application-tp3687988p3688006.html

have you tried using:

ImagePlus imageOfResultsTable  = WindowManager.getImage(String titleOfTheResultsTable);
imageOfResultsTable.close();

?