而不是使用 JTextArea.setText(String text) 的,使用 JTextArea.append(String text) 。 將給定文本追加到文檔的末尾。如果模型爲null或者字符串爲null或空白,則不 ...
確定! 回上一頁