JTextArea autoscroll
Hello all.
I'm using a JTextArea, and whenever I add text, it doesn't autoscroll to the bottom of the window, so as to display the just-inserted line.
I looked for a field or method for this, and thought setAutoScroll was what I needed, but it wasn't the case.
Does anybody know how I could get the JTextArea to always display the last line of text just inserted ?
Any thanks would be much appreciated.
Best regards,
Anton

