aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-test-applets.html
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r--jnlp-files/jogl-test-applets.html28
1 files changed, 11 insertions, 17 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html
index 8eda51dee..106a56a01 100644
--- a/jnlp-files/jogl-test-applets.html
+++ b/jnlp-files/jogl-test-applets.html
@@ -52,9 +52,8 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-version.html">Dual</a><br/>
- <a href="jogl-applet-version-lancheronly.html">LApplet</a><br/>
<a href="jogl-applet-version-napplet.html">NApplet</a><br/>
+ <a href="jogl-applet-version.html">Dual</a><br/>
<a href="jogl-application-version.jnlp">WebStart</a><br/>
</td>
<td>
@@ -68,11 +67,10 @@ See Legend below table
</a>
</td>
<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>
(<a href="jogl-applet-runner-newt-gears-normal-napplet2.html">closeable</a>,
<a href="jogl-applet-runner-newt-gears-gl3-napplet.html">force gl3</a>)<br/>
+ <a href="jogl-applet-runner-newt-gears-normal.html">Dual</a><br/>
</td>
<td>
Classic OpenGL Gears for ES2
@@ -87,8 +85,8 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-gears-special.html">Dual</a><br/>
<a href="jogl-applet-runner-newt-gears-special-napplet.html">NApplet</a><br/>
+ <a href="jogl-applet-runner-newt-gears-special.html">Dual</a><br/>
</td>
<td>
Classic OpenGL Gears for ES2
@@ -102,8 +100,8 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-MovieCube.html">Dual</a><br/>
<a href="jogl-applet-runner-newt-MovieCube-napplet.html">NApplet</a><br/>
+ <a href="jogl-applet-runner-newt-MovieCube.html">Dual</a><br/>
</td>
<td>
Movie Cube using JOGL's GLMediaPlayer.
@@ -126,9 +124,9 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-GraphTextDemo01.html">Dual</a><br/>
<a href="jogl-applet-runner-newt-GraphTextDemo01-napplet.html">NApplet</a>
(<a href="jogl-applet-runner-newt-GraphTextDemo01b-napplet.html">cp-fonts</a>)<br/>
+ <a href="jogl-applet-runner-newt-GraphTextDemo01.html">Dual</a><br/>
</td>
<td>
GPU accelerated Text Demo using JOGL's new Graph package.<br/>
@@ -142,8 +140,8 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/>
<a href="jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html">NApplet</a><br/>
+ <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/>
</td>
<td>
Demonstration of GPU accelerated Text and UI rendering and interaction
@@ -157,8 +155,8 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Dual</a><br/>
<a href="jogl-applet-runner-newt-ElektronenMultiplizierer-napplet.html">NApplet</a><br/>
+ <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Dual</a><br/>
</td>
<td>
Demoscene Passivist's ElektronenMultiplizierer
@@ -179,19 +177,15 @@ Click on the <i>Launch</i> link to actually launch the demo.<br/>
</tr>
<tr>
<td> JApplet </td>
- <td> Applet using JNLP-Applet mechanism only. </td>
+ <td> Applet using <a href="https://jdk6.dev.java.net/plugin2/jnlp/">JNLP-Applet</a> mechanism. </td>
</tr>
<tr>
- <td> LApplet </td>
- <td> Applet using JOGL's Applet Launcher mechanism only. </td>
+ <td> <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a> </td>
+ <td> Applet using traditional Applet/Object or Embed tag, where native JARs are post-loaded by GlueGen/JOGL. </td>
</tr>
<tr>
<td> Dual </td>
- <td> Applet using JNLP-Applet &amp; 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>
+ <td> Applet using JNLP-Applet &amp; JogAmp's <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a> mechanism. (JApplet + NApplet) </td>
</tr>
<tr>
<td> WebStart </td>