Claudio Mazzuco wrote:
Hi, i'm a newbie of java 3d and i'm trying, with no success, to render
a simpleuniverse inside a swing panel. I've build a gui and i need to
reserve an area for an interactive 3d session.
Using swing i've found the way to use a jFrame, but this make ALL the
frame used by the 3d render, covering the other buttons, panel, and so
on.
Any suggest?
Thank you.
You need to add your Canvas3D to a JPanel
Dale
===========================================================================
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".
===========================================================================
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".