Call the static method:
   JPopupMenu.setDefaultLightWeightPopupEnabled(false);
 
before adding your components.  This is discussed in detail in the FAQ
 
-Pedro Estrada
----- Original Message -----
Sent: Friday, January 07, 2000 1:57 AM
Subject: [JAVA3D] SwingMenu 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 adding
one JPanel object and in this JPanel I am adding
all the menu controls.
 
Problem is whenever Canvas3d object is added
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