diff options
author | Sven Gothel <[email protected]> | 2011-09-23 17:37:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-23 17:37:25 +0200 |
commit | ce6bf06f73d8e677cb261ae4c799c4fa3116afce (patch) | |
tree | da5650a556f22c12cb8c4027e9d64282e1168639 /jnlp-files/jogl-test-applets.html | |
parent | 4c11e17e5365f2e34ca844b206387ce03ec2f5f0 (diff) |
Adding html launch type and page for new 'NApplet', using new TempJarCache for native libs.
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 3f35aec18..2ae63a6b9 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -69,6 +69,7 @@ See Legend below table <td> <a href="jogl-applet-runner-newt-gears-normal.html">Dual</a><br/> <a href="jogl-applet-runner-newt-gears-normal-launcheronly.html">LApplet</a><br/> + <a href="jogl-applet-runner-newt-gears-normal-napplet.html">NApplet</a><br/> </td> <td> Classic OpenGL Gears for ES2 @@ -166,6 +167,10 @@ Click on the <i>Launch</i> link to actually launch the demo.<br/> <td> Applet using JNLP-Applet & JOGL's AppletLauncher mechanism. (JApplet + LApplet) </td> </tr> <tr> + <td> NApplet </td> + <td> Applet just using Applet/Object or Embed tag, where native JARs are post-loaded by GlueGen/JOGL. </td> + </tr> + <tr> <td> WebStart </td> <td> Application using JNLP's WebStart mechanism. </td> </tr> |