I have a text area called text_ref. I need to append text to it, not over write it. Similar to a log, where text is appended to the log, and never overwritten. How do I append text to it? I am currently using "setText".
text_ref.setText(nationality + "is the nationality...");