How do I print the contents of a JTextComponent, with headers, footers, and across multiple pages?
Created Jan 22, 2006
John Zukowski Added to JDK 6, you call the
print() method of JTextComponent to do this. Prior versions required you to paginate things yourself.