append to JtextArea on a panel

I can't seem to get my ActionListener to append data to an existing JTextArea().

I can create an instance of the frame with the panels and working buttons using the constructor.

I can't seem to get my ActionListener class to work for appending data. It works for clearing the text fields and exiting but not for appending data to JTextArea() any suggestions?

[381 byte] By [bronze-starDukes] at [2007-11-26 12:14:48]
# 1
Post your code and any error messages.
silverstar at 2007-7-7 14:17:52 > top of Java-index,Archived Forums,Socket Programming...
# 2
Double posted.There is some code here: http://forum.java.sun.com/thread.jspa?threadID=5114486
goldstar at 2007-7-7 14:17:52 > top of Java-index,Archived Forums,Socket Programming...