Yes, you have to put this line of code:

    JPopupMenu.setDefaultLightWeightPopupEnabled(false);

It's a problem for mixing heavyweight and lightweight components.

Daniel Hirsch wrote:

> I have wrote a Java3D programm. On the top I included a JMenuBar (Swing
> Component). But the canvas3D of Java3D covers the JMenuItems, so that
> the JMenuItems in the JMenus are not visible.
>
> Is there any solution for this problem ?
>
> ===========================================================================
> 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".

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