hi all,
im adding text to a jTextArea line by line using append() method. i want the scroller to scroll down as the lines increases.
i 've used setCaretPosition(myTextArea.getRows()-1) but it is not working.
cn any one pls tell me how to do this?
thanks in advance!
