Creating and adding my GLCanvas to my JFrame takes ~1 second, is this normal?
Posted by Neil on Mar 31, 2012; 6:39pm
URL: https://forum.jogamp.org/Creating-and-adding-my-GLCanvas-to-my-JFrame-takes-1-second-is-this-normal-tp3873945.html
I create my GL canvas and addit to my (already existing and visible) JFrame but from when I begin adding it and when it is added takes ~1 second. I know that there may well be a lot to initialise but I am curious if this is normal behaviour?
Thanks