Does anyone know how to print a BufferedImage in Java?
Printing is just like drawing on the screen, so eventually you get a Graphics object, and you just drawImage into it.