I have a JPanel
with two labels with pictures. I need to print these content of the JPanel
. Please help me out. How can I print only this JPanel
's contents, as I also have different components on my JFrame
but I just need to print this JPanel
.
Thanks.