swing - How to print content of a label in java? -


i have created label , added image using seticon property. want print image unable so.

i tried .print(graphics g) method dont know graphics??

if can me in printing label, grateful you.

thanks

you should implenent printable interface see example here


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -