I have a problem with my text area.
I use jTextArea1.append(\"cleverly amusing\"); to add the text..
jTextArea1.append(\"cleverly amusing\");
FIRST APPEND:
Why not use setText(String text) instead of append(String text)?
setText(String text)
append(String text)