Re: NEWT : dialog frame and transparent frame
Posted by
Sven Gothel on
Jun 25, 2013; 2:46pm
URL: https://forum.jogamp.org/NEWT-dialog-frame-and-transparent-frame-tp4029449p4029455.html
On 06/25/2013 02:18 PM, DAO [via jogamp] wrote:
> I am not using swing,awt or swt, only newt.
> i draw the components myself with shaders.
>
If you do all of that in OpenGL,
you only need one GLDrawable and do all your overlaying
via OpenGL .. using RGBA .. etc.
~Sven