textArea = new JTextArea(); scroll = new JScrollPane(textArea); //this.add(textArea); // get rid of this this.add(scroll);