Re: NEWT : dialog frame and transparent frame
Posted by DAO on Jun 25, 2013; 2:53pm
URL: https://forum.jogamp.org/NEWT-dialog-frame-and-transparent-frame-tp4029449p4029456.html
I could render it in the same GLDrawable.
But sometimes the tooltip size makes it go out of the frame.
So I would prefer to have a separate frame for it otherwise when I have a small frame the tooltips might not be visible.
So how can I make the NEWT frame translucent and child of another frame ?
Are any of those possible ?