0
Use an ArrayList of Strings. When you get text from textarea add every text you get and using the method toString()
An Example:
ArrayListString.add( jTextArea.getText().toString() );
I'm not sure If your question is answered...any other way I didn't understand it then.
Greetings :D