printing - How can I print a BufferedImage with Java? -
I want to print the content that I need to print the contents of a zpnil Keep the content as an image from
BufferedImage . How can I print that image? One
JLabel , and I call it
BufferedImage .
Hope this is what you are looking for.
yourJPanel.getGraphics (). Picture (your buffard image, 0, 0, empty);
Comments
Post a Comment