Results 1 to 2 of 2

Thread: print dialog

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    Penang, Malaysia
    Posts
    51

    print dialog

    Those are part of code:
    Toolkit toolkit = Toolkit.getDefaultToolkit();
    PrintJob pj = toolkit.getPrintJob(new Frame(),"Printing..",null);

    it will display the print dialog but unfortunately it only can select print all. How do I able to select page to page in the Print Dialog??

    thanks

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width