Printing JPanel
Hi everybody!
I want to print JPanel containing graph drawn with paint function.
I found code example to do that in:
http://www.apl.jhu.edu/~hall/java/Swing-Tutorial/Swing-Tutorial-Printing.html
But with this code when I send request to print, my original Panel content lost or it disappear.
Are there any method to print JPanel with its contente? Please help me.

