diff options
author | Sven Gothel <[email protected]> | 2011-12-20 01:55:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-20 01:55:01 +0100 |
commit | eaa91e2e86b7f94fb63351122d2283d7c51f0d65 (patch) | |
tree | 29867d970c61f48c6fa41bee8045acffcd4c76f3 /www | |
parent | 63f3dce342af2837683a3c48974006ee900a1a3c (diff) |
Compress test applet section
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/www/index.html b/www/index.html index 39d0a95..8ef3a02 100644 --- a/www/index.html +++ b/www/index.html @@ -99,23 +99,9 @@ <ul> <li><a href="../../deployment/jogamp-current/jogl-test-applets.html">JOGL Applet Tests</a> (<a href="../../deployment/jogamp-next/jogl-test-applets.html"><i>next version</i></a>)</li> - <li>JNLP Applet test page (standard JNLP Applet with Applet-Launcher fallback) - <ul> - <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears.html">Gears</a></li> - <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal.html">Gears w/ JOAL</a></li> - </ul></li> - <li>Applet-Launcher Only - <ul> - <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html">Gears</a></li> - <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal-launcheronly.html">Gears w/ JOAL</a></li> - </ul></li> - <li>Simple Applet/Object or Embed tag w/ auto native JAR loading by GlueGen. Applets are launched via <a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.html">JOGLNewtApplet1Run</a> - <ul> - <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-cube.html">GL2ES1 Cube</a></li> - <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-fbcubes.html">GL2ES1 FBO Cubes</a></li> - <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-angelesgl2es1.html">GL2ES1 Angeles</a></li> - <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-gears.html">GL2 Gears</a></li> - </ul></li> + <li>JNLP Applet with Applet-Launcher fallback: <a href="../../deployment/jogamp-current/jogl-demos/applet-gears.html">Gears</a>, <a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal.html">Gears w/ JOAL</a></li> + <li>Applet-Launcher Only: <a href="../../deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html">Gears</a>, <a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal-launcheronly.html">Gears w/ JOAL</a></li> + <li>Simple Applet w/ auto native JAR loading, using <i>Applets Runner</i> <a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.html">JOGLNewtApplet1Run</a> and <a href="../../jogl/doc/NEWT-Overview.html">NEWT</a>: <a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-cube.html">Cube</a>, <a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-fbcubes.html">FBO Cubes</a>, <a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-angelesgl2es1.html">Angeles</a>, <a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-gears.html">Gears</a></li> <li><a href="../../deployment/jogamp-current/jogl-demos/test.html">Plain test page</a> (<a href="../../deployment/jogamp-next/jogl-demos/test.html"><i>next version</i></a>)</li> </ul> |