Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Replies
    30
    Views
    4,069

    Re: Another printing topic

    That's a by-product of the g2.drawString(...) method. By default, that method only supports single-line text. Trying to break this up in multiple lines is a hell of a task. You might find these two...
  2. Replies
    30
    Views
    4,069

    Re: Another printing topic

    After skimming through the code, my immediate suspicion is this line:

    pj.setPrintable(new notepad(), pf);


    Are you aware that you are sending a new notepad() object, which I can only assume is...
Results 1 to 2 of 2