Maybe after adding the text you can explicitly force the vertical scroll bar down to the bottom
int y = // some calc based on number of actual lines - size of viewport
myJScrollPane.getVerticalScrollbar().setValue(y);
JamesCherrill
Posting Genius
6,373 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,073