Printing preprocessing
I am interested in adding a "header" and possibly a boilerplate to the screens I print (I typically am printing a snapshot of the UI). What's the easiest way to do this? I tried overwriting Component.print(Graphics g) but it's not getting called. Thanks.