So to complete our goal of adding text to our JTextArea every time the button is clicked lets add 1 line of code to the actionPerformed method: textArea.append( ...
確定! 回上一頁