jzy3d / jogl

Mirror of https://jogamp.org/cgit/jogl.git/
Other
6 stars 2 forks source link

NativeWindowFactory.initSingleton() #32

Open lafoletc opened 9 months ago

lafoletc commented 9 months ago

in one of my projects, the thread executing NativeWindowFactory.initSingleton() received an interrupt .

in NativeWindowFactory.initSingleton(), the static field "initialized" is set to true at the beginning of the method but no "try catch" is done to verify if the init is successfull