Show an error int the status bar.
(String what)
| 2510 | * Show an error int the status bar. |
| 2511 | */ |
| 2512 | public void statusError(String what) { |
| 2513 | System.err.println(what); |
| 2514 | status.error(what); |
| 2515 | //new Exception("deactivating RUN").printStackTrace(); |
| 2516 | toolbar.deactivateRun(); |
| 2517 | } |
| 2518 | |
| 2519 | |
| 2520 | /** |
no test coverage detected