()
| 108 | // Puts the window in suspend state, closing the serial port |
| 109 | // to allow other entity (the programmer) to use it |
| 110 | public void suspend() throws Exception { |
| 111 | enableWindow(false); |
| 112 | |
| 113 | close(); |
| 114 | } |
| 115 | |
| 116 | public void dispose() { |
| 117 | super.dispose(); |
no test coverage detected