|
Hello,
in one of my projects, the thread executing NativeWindowFactory.initSingleton() received an interrupt ... (bad luck)
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
Regards
|