Or easier yet,
   mFileMenu.getPopupMenu().setLightWeightPopupEnabled(false);
-----Original Message-----
From: Mike Goldwater <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, January 07, 2000 1:31 PM
Subject: Re: [JAVA3D] Menu and Canvas Problem...

Nitin,
 
You are probably using the swing JMenu... series. Use the AWT Menu... set of classes instead. This is almost certainly a lightweight/heavyweight problem. Canvas3D is a hevyweight AWT class. Yes, I got badly stuck on this problem too.
 
Regards
 
Mike Goldwater
-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Nitin K. Pandya
Sent: 07 January 2000 05:54
To: [EMAIL PROTECTED]
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