I have experienced a problem that didn't appear in version 2 rc 11 but appears since version 2.1.0.
I have a Jframe with a JtabbedPane composed by 2 Tabs and a GLCanvas always contained in the panel of the selected tab. When I switch form tab1 to tab2, glcanvas is added to tab2, when I switch back to tab1 glcanvas is added to tab1.
The problem is when I switch back to tab1, glcanvas disappear. I post the code of my simple application:
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
new JoglTabbedPaneError().setVisible(true);
}
}
If I use jogl 2.0.0 or jogl 2 rc11 I can switch from tab1 to tab2 and viceversa and this problem doesn't appear
Can you help me to understand what is wrong?
Thank you
It seems that a regression appeared between JOGL 2.0 and JOGL 2.1. Please fill a bug report, put as much information as you can, including your short example, your OS, VM, version number of driver, ...