Login  Register

Re: Cannot delete rows in ResultsTable?

Posted by Gabriel Landini on Mar 03, 2010; 11:11am
URL: http://imagej.273.s1.nabble.com/Cannot-delete-rows-in-ResultsTable-tp3689151p3689155.html

On Wednesday 03 Mar 2010  11:08:20 you wrote:

> After which I aim to delete all the content in the ResultsTable. As
> surprisingly easy it might sound that does not seem to work.
> Doing a simple for-loop
>
> for(int i = 0; i < rt.getCounter(); i++){
>     rt.deleterow(j)
> }
>
> does not work at all.

Maybe this has to do with trying to delete row j, instead of row i?

G.