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 - Performance of System() -

python - how we can use ajax() in views.py in django? -

python - Sequence Pattern recognition with Pybrain -