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 Justin on Mar 10, 2011; 2:03am
URL: https://forum.jogamp.org/getting-a-swing-application-to-run-my-simple-jogl-application-it-goes-into-an-infinite-loop-of-creats-tp2655798p2658426.html

The constructor of SimpleScene creates a new SimpleScene ands adds it to the canvas... which then calls then constructor of SimpleScene. You can see where this is going :)