I still have the same problem with JMenu text not showing up, however, I have an application that extends JFrame rather than Applet/JApplet. So your fix does not work for me.
I can't figure out a workaround. It only happens on Windows, executing on Sun/Solaris seems OK. --Kevin Copps > -----Original Message----- > From: Mona Wong [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 11, 2002 3:46 PM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] mixing light and heavy > > > Hi Justin: > > Happy New Year! > > I just wanted to submit an answer that I discovered > and you can decide > if you want to add it to the J3D (: > > In mixing light and heavy components, doing the > "JPopupMenu.setDefaultLightWeightPopupEnabled(false);" wasn't > enough for me. I > continue to have the problem where the JMenuItem didn't > display over the > Canvas3D. The solution was changing my Applet to JApplet and > then the JMenuItem > showed up over the Canvas3D. > > Cheers, > > Mona =========================================================================== 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".
