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