Re: Multiple Profiles
Posted by elect on Mar 07, 2016; 10:53am
URL: https://forum.jogamp.org/Multiple-Profiles-tp4036445p4036448.html
Ok, so essentially two glwindows, one per profile..
How can I put in standby one? I tried to instantiate both, each one with its own animator, and then on the init() pause the animator.
Then starting the one I want to start by resuming the animator.
The only Problem is that setVisible(false) don't really make it visible, just minimize it to icon...
is there a way to hide also the icon?