Login  Register

Re: Application (AWT/NEWT)

Posted by Sven Gothel on Mar 26, 2011; 11:05pm
URL: https://forum.jogamp.org/Application-AWT-NEWT-tp2707118p2737302.html

On Saturday, March 26, 2011 14:35:29 Itun [via jogamp] wrote:
>
> For me it is important to use Swing, because I can use different tools for my
> application GUI and it is well-known.
> But I don`t want to harm to the performance of JOGL. I`ve heard that NEWT is
> the best variant to display. Due to I look for Swing NEWT bridge.
> I look at the Wade Walker tutorials (
> http://jogamp.org/wiki/index.php/Using_JOGL_in_AWT_SWT_and_Swing

I was actually having the following in mind:

http://jogamp.org/git/?p=jogl.git;a=tree;f=src/test/com/jogamp/opengl/test/junit/newt/parenting
http://jogamp.org/git/?p=jogl.git;a=blob;f=src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.java

not SWT, however .. choose your cherries :)

~Sven