diff options
Diffstat (limited to 'doc/NEWT-Overview.html')
-rw-r--r-- | doc/NEWT-Overview.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/NEWT-Overview.html b/doc/NEWT-Overview.html index 953f95b54..ee6eca8d8 100644 --- a/doc/NEWT-Overview.html +++ b/doc/NEWT-Overview.html @@ -36,7 +36,7 @@ Consider the classic demo code <a href="http://jogamp.org/git/?p=jogl.git;a=blob;f=src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java;hb=HEAD">GearsES2.java</a> [<a href="http://jogamp.org/git/?p=jogl.git;a=blob;f=src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java;h=d92d98894acc4cfe42e77ec316858d16d202b5b8;hb=HEAD">v2.0-rc3</a>], which implements a -<a href="/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GLEventListener.html">GLEventEventListener</a>.</p> +<a href="/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/GLEventListener.html">GLEventEventListener</a>.</p> <p> The simple application @@ -45,7 +45,7 @@ The simple application creates a NEWT <a href="/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/opengl/GLWindow.html">GLWindow</a>, which implements a -<a href="/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GLAutoDrawable.html">GLAutoDrawable</a> +<a href="/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/GLAutoDrawable.html">GLAutoDrawable</a> and hence is able to add the demo code. NEWT’s GLWindow also implements the NEWT <a href="/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/Window.html">Window</a>, which gives you full control of the native windowing, as shown in the demo.</p> @@ -102,7 +102,7 @@ shows the same example using Swing.<br/> Last but not least, the above mechanism can be used to show NEWT Window’s in an AWT Applet.<br/> <a href="/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.html">JOGLNewtApplet1Run</a> is an Applet launcher for any -<a href="/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GLEventListener.html">GLEventEventListener</a> +<a href="/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/GLEventListener.html">GLEventEventListener</a> exposing a default constructor. See it <a href="/deployment/jogamp-next/jogl-test-applets.html"><i>alive</i> here</a>. </p> |