Re: GraphicsConfiguration locks up program...
Posted by
gouessej on
Oct 28, 2024; 12:17pm
URL: https://forum.jogamp.org/GraphicsConfiguration-locks-up-program-tp4043594p4043604.html
Hello
Java3D uses AWT under the hood, mixing AWT and SWT can be challenging, it's not a bug in Java3D itself in my humble opinion, this kind of lock can occur with any API based on AWT and/or Swing. Are you familiar with Display.syncExec() and Display.asyncExec() in SWT? Please post a
SSCCE (yes, the whole source code).