Re: Application (AWT/NEWT)
Posted by Sven Gothel on Mar 21, 2011; 5:24pm
URL: https://forum.jogamp.org/Application-AWT-NEWT-tp2707118p2710854.html
On Monday, March 21, 2011 17:37:43 Itun [via jogamp] wrote:
>
> If nobody could not answer at my questions. I have an other one: Could I use
> NEWT with Swing and if it is true, how to do this?
just check the JOGL unit tests, check for NEWT and AWT (probably Swing as well)
in the test class name.
You will find something like NewtCanvasAWT, allowing for native parenting a NEWT
child window to an AWT native peer.
~Sven