why that do not work ? I want a scoll bar in the JTextAreaCode://... myTextArea1 = new JTextArea(); myTextArea1.reshape (0,100,500,200); c.add (myTextArea1); c.add (new JScrollPane(myTextArea1)); //...
|
Results 1 to 4 of 4
Thread: JTextAreaThreaded View
|
Click Here to Expand Forum to Full Width |