diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index fb81698..7ba7369 100644 --- a/www/index.html +++ b/www/index.html @@ -85,7 +85,8 @@ see the following test pages for more information: <ul> <li> <a href="applettest-jnlp.html">JNLP Applet test page (standard JNLP Applet with Applet-Launcher fallback)</a></li> <li> <a href="applettest.html">Applet-Launcher only test page (pls use variant above)</a></li> -</P> + <li> <a href="#NEWTAWTJNLPApplets">Simple NEWT JNLP AWT Applet's</a></li> +</ul> <p>The source code for these demonstrations is available @@ -1349,6 +1350,46 @@ using NVidia vertex_array_range extension. <a </tbody> </table> + + +<a name="NEWTAWTJNLPApplets"/> +<table border="0" cellpadding="5" cellspacing="1" width="100%"> + <tbody> + <tr> + <td> + <table bgcolor="#6E94B7" border="0" cellpadding="5" + cellspacing="1" width="100%"> + <tbody> + <tr> + <td bgcolor="#6E94B7" valign="top"> + + + + <div align="left"><font color="#ffffff"><strong>Simple NEWT JNLP AWT Applet's</strong></font></div> + </td> + </tr> + <tr> + <td valign="top" bgcolor="#ffffff"> + +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-cube.html">GL2ES1 Cube</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-fbcubes.html">GL2ES1 FBO Cubes</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-angelesgl2es1.html">GL2ES1 Angeles</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-gears.html">GL2 Gears</a><br> + + + </td> + </tr> + + </tbody> + + + </table> + </td> + </tr> + + </tbody> +</table> + <br> <br> <br> |