mcoliver88 0 Light Poster

Hi I am creating a java applet for an assignment, but if hit a snag. I have had to create a sales table for different sales people. I have made it that people can click "sales person 1" and it will display his sales. The issue is when you click the button it opens in a new applet window. This is how i have coded it to get it working, but instead i now want the information to go into a text box, rather than a new pop up window.

This is my code:

http://pastebin.com/z44RGuiW

Thanks for any help