Re: Mac OSX GLJPanel Performance - integrating Swing and JOGL
Posted by billyork23 on Sep 14, 2010; 7:38pm
URL: https://forum.jogamp.org/Mac-OSX-GLJPanel-Performance-integrating-Swing-and-JOGL-tp1002442p1475243.html
I like the idea of improved performance but we have nested containment. JPanels on top of GLCanvas'es. On Linux and Windows, this works fine because the heavyweight windows do the clipping for us. On mac, not so much because the mac glcanvas can only be topmost in a given window.