Jtextarea prob..

I have a program..which takes user input and adds this to an array..called UCLmembers.

I have made the gui..and have a button which prints the list of staff/student objects added to the screen (in command prompt)

i now need to adapt the program so that it prints the list in a jtextarea..

how can i get the program to print the array list in the jtextarea instead of the command prompt?

if any code is required please say..i shall post..!

[469 byte] By [Gurpz14a] at [2007-9-30 23:39:33]
# 1
http://java.sun.com/docs/books/tutorial/uiswing/components/textarea.html
ckyap-rookiea at 2007-7-7 14:53:39 > top of Java-index,Java Essentials,Java Programming...
# 2
you may use the .append() method from JTextArea...
angeles1016a at 2007-7-7 14:53:39 > top of Java-index,Java Essentials,Java Programming...