|
Or easier yet,
mFileMenu.getPopupMenu().setLightWeightPopupEnabled(false);
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
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
|