(boolean protect)
| 2683 | } |
| 2684 | |
| 2685 | public static void protectStatusBar(boolean protect) { |
| 2686 | protectStatusBar = protect; |
| 2687 | if (!protectStatusBar) |
| 2688 | statusBarThread = null; |
| 2689 | } |
| 2690 | |
| 2691 | /** Returns 'true' if the Recorder is running and ImageJ is not in headless mode. */ |
| 2692 | public static boolean recording() { |
no outgoing calls
no test coverage detected