Re: OSX El Capitan issues
Posted by mchristyuk on Oct 30, 2015; 7:10pm
URL: https://forum.jogamp.org/OSX-El-Capitan-issues-tp4035508p4035677.html
Hi Julien,
I did make a simple little demo whilst I was tracking down the problem. In fact I made two that I thought were identical and one showed the problem and one did not.. which had me stumped for a while.
The demo was just two GLCanvas's in separate Tab panes.
If I remember correctly if I just put the JFrame.setVisible(true) in the invokeLater section it broke.. removed the invokeLater and it displayed correctly.
I'll dig the code out from my machine when I'm back in the office.. but it really was that simple.
The JVM is the latest Oracle release (and also tested on some older Oracle 1.8 releases).
Many Thanks
Mark