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

Popular posts from this blog

c++ - why does this code produce a runtime error? -

java - Can Find the error -

maximum size of array in c -