|
-
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
-
Jun 23rd, 2001, 01:32 PM
#2
Dazed Member
Check out this site..... It should help. I found some examples on printing and setting up dialogs in there.
http://java.sun.com/docs/books/tutorial/search.html
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
|