Re: NewtCanvasAWT does not appear in Java 11+
Posted by hil23Ak on Mar 02, 2021; 10:05pm
URL: https://forum.jogamp.org/NewtCanvasAWT-does-not-appear-in-Java-11-tp4041028p4041034.html
This is for a desktop application for Windows. I have only tested on Windows 10.
My current best theory is that it is an issue with mixing the heavyweight AWT Canvas with lightweight Swing components causing some sort of validation or z-layer issue. However, this does not explain why a regression occurred from Java 10 to Java 11+.