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.html29
1 files changed, 18 insertions, 11 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html
index e0e250722..71af89539 100644
--- a/jnlp-files/jogl-test-applets.html
+++ b/jnlp-files/jogl-test-applets.html
@@ -14,6 +14,16 @@
<div id="logo"><a href="http://jogamp.org/"><img src="../../images/jogamp_symbols/website_final_blue_jogl_346x70pel.png" alt="JOGL Symbol"/></a></div>
</div>
<div id="menu">
+ <ul>
+ <li><a href="../../">Home</a></li>
+ <li><a href="../../jogl/">JOGL</a></li>
+ <li><a href="../../jogl-demos/www/">Demos</a></li>
+ <li><a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/">JavaDoc</a></li>
+ <li><a href="../../gluegen/www/">Gluegen</a></li>
+ <li><a href="../../wiki/">Wiki</a></li>
+ <li><a href="../../blog/">Blogs</a></li>
+ <li><a href="../../forum.html">Forums</a></li>
+ </ul>
</div>
<div id="main">
<div id="sidebar">
@@ -57,7 +67,8 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-gears-normal.html">JApplet</a><br>
+ <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>
</td>
<td>
Classic OpenGL Gears for ES2
@@ -71,7 +82,7 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-gears-special.html">JApplet</a><br>
+ <a href="jogl-applet-runner-newt-gears-special.html">Dual</a><br>
</td>
<td>
Classic OpenGL Gears for ES2
@@ -95,7 +106,7 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-GraphTextDemo01.html">JApplet</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.
@@ -108,7 +119,7 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">JApplet</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
@@ -122,7 +133,7 @@ See Legend below table
</a>
</td>
<td>
- <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">JApplet</a><br>
+ <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Dual</a><br>
</td>
<td>
Demoscene Passivist's ElektronenMultiplizierer
@@ -142,16 +153,12 @@ Click on the <i>Launch-Type</i> to actually launch the demo.<br/>
<th align="left" ><strong>Description</strong></th>
</tr>
<tr>
- <td> Applet </td>
- <td> Traditional Applet mechanism only. </td>
- </tr>
- <tr>
<td> JApplet </td>
- <td> Applet using JNLP-Applet mechanism. </td>
+ <td> Applet using JNLP-Applet mechanism only. </td>
</tr>
<tr>
<td> LApplet </td>
- <td> Applet using JOGL's Applet Launcher mechanism. </td>
+ <td> Applet using JOGL's Applet Launcher mechanism only. </td>
</tr>
<tr>
<td> Dual </td>