Login  Register

Re: getting a swing application to run my simple jogl application, it goes into an infinite loop of creating windows instead of displaying graphics

Posted by Wade Walker on Mar 09, 2011; 11:15pm
URL: https://forum.jogamp.org/getting-a-swing-application-to-run-my-simple-jogl-application-it-goes-into-an-infinite-loop-of-creats-tp2655798p2657844.html

I'd try putting a breakpoint in the SimpleScene constructor to see why you get multiple windows

I'd also put GLProfile.initSingleton(false) in a static code block -- where it is now it won't have the desired effect.