aspose file tools
The moose likes Swing / AWT / SWT / JFace and the fly likes How to make JScrollPane autoscroll down on a JTextArea ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "How to make JScrollPane autoscroll down on a JTextArea ?" Watch "How to make JScrollPane autoscroll down on a JTextArea ?" New topic
Author

How to make JScrollPane autoscroll down on a JTextArea ?

Tomer Gal
Greenhorn

Joined: Dec 18, 2004
Posts: 24
I've built a chat application ,
problem is that when the application appends the chat string to the text area the JScrollPane doesn't automatically scroll down in order for the entered text to be shown.
What is the solution ?

Thanks in advanced guys
Michael Dunn
Rancher

Joined: Jun 09, 2003
Posts: 4040
textArea.setCaretPosition(textArea.getDocument().getLength());
Tomer Gal
Greenhorn

Joined: Dec 18, 2004
Posts: 24
Thanks Michael , You saved me a lot of trouble man , Thanks
 
 
subject: How to make JScrollPane autoscroll down on a JTextArea ?
 
Threads others viewed
JTextField, auto-scroll when something is added
suppress scrolling
JScrollPane - scroll tracking
chat application
Problem in JFrame
IntelliJ Java IDE