|
-
Jun 22nd, 2001, 09:18 PM
#1
Thread Starter
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|