> I'm a Pivot nubi (and a Java GUI nubi in general) - can someone please give > clear / simple help on how to print Pivot window?
I actually haven't done much Java-based printing myself, but you should be able to paint() a Pivot component to a Graphics2D object representing a printer. This is probably a good place to start: http://download.oracle.com/javase/tutorial/2d/printing/index.html I believe there are libraries available that will also let you generate PDFs using a similar approach. G
