help with GUI

I have a program that I have written calculating payroll. The user inputs name, hours worked, hourly wage, dependants and a JComboBox for selection of Health plan. I want to be able to input the user information.

Then I want a print screen of the info I inputted prior to calculation. Then print the Jframe after calculation. Scroll Lock and Print Screen functions have not worked. Any suggestions as to how I can print this information would be much appreciated. Thank you.

[488 byte] By [DarkAngela] at [2007-10-2 4:47:29]
# 1
An additional note, I want to print the physical GUI after entering the information and after the calculations are perfomed. Thanks.
DarkAngela at 2007-7-16 0:52:16 > top of Java-index,Java Essentials,New To Java...
# 2
You might want to try looking at the java.awt.Robot class.This has a createScreenCapture that may do the job, though it's a little more difficult if you need to scroll to get the entire view.
greg33a at 2007-7-16 0:52:16 > top of Java-index,Java Essentials,New To Java...