()
| 303 | } |
| 304 | |
| 305 | public void run() { |
| 306 | try { |
| 307 | inPipeWatcher(); |
| 308 | } catch ( IOException e ) { |
| 309 | println("Console: I/O Error..."); |
| 310 | } |
| 311 | } |
| 312 | |
| 313 | public static void main( String args[] ) { |
| 314 | AWTConsole console = new AWTConsole(); |
nothing calls this directly
no test coverage detected