use JOGL in a Swing application
Posted by oldyoungguy on Nov 07, 2016; 11:18pm
URL: https://forum.jogamp.org/use-JOGL-in-a-Swing-application-tp4037393.html
We are using JOGL to display our 2D images in our Swing application. I am wondering should we use EDT to call JOGL for image drawing or not? Does JOGL use EDT to draw the images?
Thanks