Returns true if the "Results" window is open.
()
| 707 | |
| 708 | /** Returns true if the "Results" window is open. */ |
| 709 | public static boolean isResultsWindow() { |
| 710 | return textPanel!=null; |
| 711 | } |
| 712 | |
| 713 | /** Renames a results window. */ |
| 714 | @AstroImageJ(reason = "Support MeasurementsWindow", modified = true) |
no outgoing calls
no test coverage detected