SyntaxFix
Write A Post
Hire A Developer
Questions
Are you using JTextArea's append(String) method to add additional text?
JTextArea
append(String)
JTextArea txtArea = new JTextArea("Hello, World\n", 20, 20); txtArea.append("Goodbye Cruel World\n");