(ImageJ imagej, Applet theApplet)
| 189 | } |
| 190 | |
| 191 | static void init(ImageJ imagej, Applet theApplet) { |
| 192 | ij = imagej; |
| 193 | applet = theApplet; |
| 194 | progressBar = ij.getProgressBar(); |
| 195 | } |
| 196 | |
| 197 | static void cleanup() { |
| 198 | ij=null; applet=null; progressBar=null; textPanel=null; |
no test coverage detected