commando
0
Q:

scrollbar in textarea java

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

New to Communities?

Join the community