Hi , I have a JTextarea that I add text to every time I press a button. But I can't seem to get the textarea to scroll down by itself so I can see the last added line.
I have tried going about the viewport, but it sucks a bit.
Any suggestions
Tried this..but not really good
JViewport port = (JViewport)scrollreply.getViewport();
port.scrollRectToVisible(port.getViewRect());
I have tried going about the viewport, but it sucks a bit.
Any suggestions
Tried this..but not really good
JViewport port = (JViewport)scrollreply.getViewport();
port.scrollRectToVisible(port.getViewRect());