Code:
//...
    myTextArea1 = new JTextArea();
    myTextArea1.reshape (0,100,500,200);
    c.add (myTextArea1);
    c.add (new JScrollPane(myTextArea1));
//...
why that do not work ? I want a scoll bar in the JTextArea