I have created a label and added an image to it using the seticon property. Now I want to print that image but I am unable to do so.
I tried with .print(Graphics g) meth
You should implenent Printable interface see for example here