Hi,

> I am trying to work with Java3D and Swing on Linux. I was able to
> run some 3D programs but stuck when I tried to place JPanel and
> Canvas3D on the same Frame.

I was faced with the same problem; You can put them in the same frame, but
you have to put your swing components in their own heavyweight object
which you then put in the same frame as the other heavyweight
objects. That seems to work pretty good for me. Please let me know if you
find a better solution :)

Jimmy

===========================================================================
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