• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Printing JTree

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
I have a problem in Printing the whole hierarchy of JTree,
I am using awt PrinterJob, i am able to print only one page, even though the hierarchy exceeds one page,
Thank u
keerthi
 
Ranch Hand
Posts: 67
IBM DB2 Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read this chapter .It tells how u can print multiple pages .If any further help is needed pls let me know.
http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/advprint.html
This link would also be helpful
http://www.spindoczine.com/sbe/files/uts2/Chapter22html/Chapter22.htm
[ July 04, 2002: Message edited by: Anamika Singh ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic