You can find the entire code for this program in TextDemo.java . The following code creates and initializes the text area: textArea = new JTextArea(5, 20); ...
確定! 回上一頁