How to automatically scroll text in JScrollPane
843804Jun 22 2005 — edited Apr 15 2008Hi there
I have a very simple question...
How to automatically scroll text in JScrollPane?
Text in the TextArea is constantly getting updated... but the scroll bars dont' move as the text changes. Instead I ahve to scroll and see the changes everytime. How can I make the viewport or the scrollpane to show the latest content?
Thanks in advance.
Dexter