With "jme3-lwjgl3" in JME v3.4.0-beta4, `TestAWTPanels` hangs. No output is generated, and no window appears. Debugger suggests a deadlock, with the "jME Main" thread parked in line 103: ```java panelsAreReady.await(); ```
With "jme3-lwjgl3" in JME v3.4.0-beta4,
TestAWTPanelshangs. No output is generated, and no window appears.Debugger suggests a deadlock, with the "jME Main" thread parked in line 103: