(double percent)
| 341 | |
| 342 | long waitStart; |
| 343 | private void showProgress(double percent) { |
| 344 | if ((System.currentTimeMillis()-waitStart)>500L) |
| 345 | IJ.showProgress(percent); |
| 346 | } |
| 347 | |
| 348 | /** Draws the image. If there is an ROI, its |
| 349 | outline is also displayed. Does nothing if there |
no test coverage detected