Login  Register

Resize of a JCanvas3D

Posted by Andreas on Jan 15, 2013; 4:55pm
URL: https://forum.jogamp.org/Resize-of-a-JCanvas3D-tp4027842.html

I'm developing a Netbeans Platform application. If I use two different TopComponents (InternalFrames?) where both have a JCanvas3D inside the resizing does not work properly.
If I resize while only one TopComponent is visible and switch to the other the Canvas3D (or the offscreenbuffer) have the wrong size. But I can't find an error. The setBounds methode is called with the correct values. But it seems that they are not used.

Can someone helpt me even it's Netbeans spezific?