How to auto scroll to the end after textfield.setText() is called?tf.setText(mystring);tf.setCaret(tf.getString().length());However it is not very consistent, sometimes it scroll to second lastline.