[code]textArea = new JTextArea(); scroll = new JScrollPane(textArea); //this.add(textArea); // get rid of this this.add(scroll); [/code]You create the ...
確定! 回上一頁