java - Scroll text area to top after it has been filled -
java - Scroll text area to top after it has been filled -
i have few text areas filled loops of information. possible create 'jump' or scroll top automatically after loop has completed, user sees start , not end?
you can utilize setcaretposition()
set cursor @ position 0 of textarea. works me.
java loops textarea awt
Comments
Post a Comment