Making a JScrollPane automatically scroll all the way down.

Posted by Krigath on Stack Overflow See other posts from Stack Overflow or by Krigath
Published on 2010-03-20T15:23:11Z Indexed on 2010/03/20 15:31 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

I am trying to implement a JScrollPane with a JTextArea. The JTextArea is being appended to, and I want the JScrollPane to keep scrolling down as more text is added. How can this be achieved?

© Stack Overflow or respective owner

Related posts about java

Related posts about awt