The problem is a weight problem mixing AWT(Canvas3D) and Swing components...
Add this line in, before the popup menus are created.
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
You can find out more info in this article..
http://java.sun.com/products/jfc/tsc/articles/mixing/index.html
Leyland Needham
===========================================================================
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".