Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VitriolUK

  1. VitriolUK

    Multi-page printing

    Thanks for the link; I wouldn't worry too much about wasting time trying to figure it out; I'll try rewriting from scratch following a tutorial and see if it works better. In the mean time I wrote a class to print just one page, and then another which takes the string and splits it into chunks...
  2. VitriolUK

    Multi-page printing

    I've been driving myself nuts with this one over the past week. I managed to handle printing a single page of text or images without too many problems, but multi-page printing is driving me nuts. The code I have at the moment is: class PrintObject implements Printable { public String mText =...

Part and Inventory Search

Back
Top