Determines if the log is visible. @return true if visible
()
| 299 | * @return true if visible |
| 300 | */ |
| 301 | public boolean isVisible() { |
| 302 | if (useMessageFrame()) { |
| 303 | return org.opensourcephysics.controls.MessageFrame.isLogVisible(); |
| 304 | } |
| 305 | return frame.isVisible(); |
| 306 | } |
| 307 | |
| 308 | /** |
| 309 | * Shows the log when it is invoked from the event queue. |
nothing calls this directly
no test coverage detected