Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Problem Printing with JDK 1.4.2

  Asked By: Qadriyah    Date: Mar 20    Category: Java    Views: 601
  

I'm trying to set the number of copies of my print job.

If I include the call to "printDialog" all is OK. The print
dialog shows 3 how the number of copies.

However if I don´t include that sentence, the job is printed OK,
but only with 1 copy :(

PrinterJob printJob = PrinterJob.getPrinterJob();
printJob.setCopies(3);
if (printJob.printDialog()) {
printJob.print();
}

Can anybody help me? I can´t explain it.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Problem Printing with JDK 1.4.2 Or get search suggestion and latest updates.




Tagged: