Hi,
I have a JEditorPane. It is filled with some data read from somewhere.
While adding new lines, JEditorPane scrolls up.
At the end of the action, the last line is at the focus.
But, I want the first line to be visble.
How can I jump to the first line automatically?
Or, is it possible to stop the pane from scrolling while appending new lines?
TIA
Ahmet Aksoy