(JTextComponent comp, int i, int j)
| 371 | } |
| 372 | |
| 373 | protected final void highlight(JTextComponent comp, int i, int j) { |
| 374 | highlight(comp, i, j, true); |
| 375 | } |
| 376 | |
| 377 | protected void highlight(JTextComponent comp, int i, int j, boolean scroll) { |
| 378 | Highlighter highlighter = comp.getHighlighter(); |
no test coverage detected