Re: GLCanvas in JTabbedPane
Posted by
Sven Gothel on
Apr 04, 2013; 10:58pm
URL: https://forum.jogamp.org/GLCanvas-in-JTabbedPane-tp4028899p4028921.html
On 04/04/2013 09:02 PM, nick.collier [via jogamp] wrote:
> Thanks. I grabbed that but my issue still remains. I did change it to GLJPanel
> and it now works. Is there a unit test I can run for this?
>
Sorry, it was the heavyweight (HW) CardLayout unit test
TestAWTCardLayoutAnimatorStartStopBug532.
For lightweight (LW) stuff .. you might be right to use GLJPanel
especially on OSX.
If you can, pls add such a unit test (next to the mentioned one)
and allow me to merge/pull it.
~Sven