JTextArea text ; public testJTextArea() { text = new JTextArea(); this.add(text); text.append("123123123"); this.setSize(460, 440); this.setVisible(true);
確定! 回上一頁