Ciscoserret
Programmer
I've made an application that creates an image that I'm storing in a BufferedImage. The image can be of different dimensions depending on what the user created. I use PrinterJob to print the image. It prints out the images fine as long as they aren't too big. But if I try to print an image thats bigger than about 300x350 pixels, all I get is a blank page. And with no errors or exceptions being reported. I'm using jdk 1.3.02 on Win98. Could this be an issue with Win98, or the particular printer I'm using? Unfortunately I don't have other computers or printers to test this theory.