Hello,

I print JTextArea by standard JTextArea.getPrintable() followed by PrinterJob.setPrintable() and then PrinterJob.print(). This works but all lines wider than the page width are simply clipped. Is there a way to have them wrapped? Also, my text uses tab characters which may be part of the problem.

Thanks/Mikael