( KeyEvent e )
| 119 | } |
| 120 | |
| 121 | public void keyPressed( KeyEvent e ) { |
| 122 | type( e.getKeyCode(), e.getKeyChar(), e.getModifiers() ); |
| 123 | e.consume(); |
| 124 | } |
| 125 | |
| 126 | public AWTConsole() { |
| 127 | this(12, 80, null, null); |
nothing calls this directly
no test coverage detected