Hi
i'm new in this Group, and i already have a problem with java3d in a InternalFrame.
 
Does someone know how i can solve the heavy- and lightweight problem in my MDI-Applikation?
I just used the
        JPopupMenu.setDefaultLightWeightPopupEnabled(false);
        ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);
 
I have a SplitPane which has a Panel on the left and the DesktopPane on the right. If I now open an InternalFrame which contains a Panel with the Canvas3D on it, the Canvas3D overpaints nevertheless the Panel on the left.
 
Did someone solved this problem already? That whould be great...
 
 
Greetz from Switzerland and have a nice weekend.
 
Martin

Reply via email to