Hello,

I am relatively new to Java, so if this question seems like a no-brainer,
don't be surprised :)

I'm writing a Java3D applet/application and I want to print the 3D content.
My main class is a subclass of an applet with a main() method that creates a
frame, if it is to be run stand-alone.  It creates a SimpleUniverse and does
everything else required to create the content.

I get the PrintJob by using 'getToolkit().getPrintJob(m_Frame, "Printing
Test", null), where m_Frame is a class instance contained within the main
class.  In response to a button event , I use job.getGraphics() to print the
contents of my SimpleUniverse, but only the button that I used to start the
printing is visible.

What I am missing?

Thanks,
Louis A. Castaneda

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to