Login  Register

Adding a component makes loosing reshape calls

Posted by elect on May 07, 2015; 8:23am
URL: https://forum.jogamp.org/Adding-a-component-makes-loosing-reshape-calls-tp4034445.html

I have JFrame that contains a JPanel that contains a JPanel where the newtCanvasAwt is added to.

I discovered that whenever I add a new component to the JPanel containing the newtCanvasAwt If I resize my JFrame, the reshape function will not be called anymore

Why?