Nitin
 
Try not to use Canvas.  I ran into this problem and converted the Canvas to JPanel's (or another swing component) and everything seemed to work great.
 
Cheers,
 
Jon Perkins
----- Original Message -----
Sent: January 7, 2000 1:54 AM
Subject: [JAVA3D] Menu and Canvas Problem...

Hi All,
 
I am new to java3d programming...
 
My problem is as follows...
I have one JFrame object in which I am inserting
one JPanel object and in this JPanel I am inserting
all the menu controls.
 
Problem is whenever Canvas3d object is inserted
in this JPanel object using add() it hides the
menus(Although I can still see the menubar)...!!
 
Please help...
 
Thanks in advance.
 
Nitin Pandya
 

Reply via email to