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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.