View difference between Paste ID: vU1KZCwK and AvCWqNzj
SHOW: | | - or go back to the newest paste.
1
//editor is jtextarea
2
Element root = editor.getDocument().getDefaultRootElement();
3
Rectangle r = editor.getVisibleRect();
4
int top = root.getElementIndex(r.y);
5
int bottom = root.getElementIndex(r.y + r.height);