( int pos )
| 211 | Here's the really disguisting hack. |
| 212 | */ |
| 213 | public synchronized void setCaretPosition( int pos ) { |
| 214 | super.setCaretPosition( pos + countNLs() ); |
| 215 | } |
| 216 | |
| 217 | /* |
| 218 | This is part of a hack to fix the setCaretPosition() bug |
no test coverage detected