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