()
| 411 | } |
| 412 | |
| 413 | public static String getStatusBarText() { |
| 414 | ImageJ ij = IJ.getInstance(); |
| 415 | return ij!=null?ij.statusLine.getText():""; |
| 416 | } |
| 417 | |
| 418 | /** Starts executing a menu command in a separate thread. */ |
| 419 | void doCommand(String name) { |
nothing calls this directly
no test coverage detected