Login  Register

Re: Why would a GLJPanel not display in the NetBeans form's JFrame?

Posted by Andrew2563 on Jan 23, 2022; 10:30am
URL: https://forum.jogamp.org/Announcing-Simple3D-tp4041486p4041602.html

I don't have a definite answer, but I wonder if it has something to do with the fact that my code doesn't start the GUI in its own thread using SwingUtilities.invokeLater()?

Perhaps that matters to NetBeans when the JFrame object is created in a diferent function from the GLJPanel?

- Andrew