Re: Problem changing SWT layout
Posted by frank on Oct 25, 2013; 2:13pm
URL: https://forum.jogamp.org/Problem-changing-SWT-layout-tp4030374p4030378.html
Hi gouessej and thanks for your reply.
Don't think that calling control.moveBelow(controlParam) calls dispose() on controlParam : I've just had a look at SWT code and I've not seen any of this, hopefully : I wouldn't be happy if such a think could happen !
In other world, I don't think that any GLCanvas is disposed during this call.
Why do you say something like that ? Have you seen it in SWT source ?