diff options
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> |