• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Print - Extend the standard dialog

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I'm using the printerJob.printDialog() to print tables and maps. (I implemented my own PrintableTable & PrintablePanel classes).
Today I play with the scale to make sure that everything fits into one page.
I would like to give the user the option to choose weather he wants to print in the actual size, or to fit to the page size.
For that I would like to add a radio button to the standard Print dialog.
Any idea how to do it?

Thanks,
Efrat
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a commercial product which provides a wide variety of Print and Page Setop dialogs: Java Print Dialog Framework. You can get a free Demo at Java Print Dialog Framework
reply
    Bookmark Topic Watch Topic
  • New Topic