How to make JScrollPane autoscroll down on a JTextArea ?
Tomer Gal
Greenhorn
Joined: Dec 18, 2004
Posts: 24
posted
0
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 ?