diff options
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 63 |
1 files changed, 43 insertions, 20 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 81902a8a8..b0b54776e 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,10 +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>)<br/> + (<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 @@ -86,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 @@ -101,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. @@ -125,11 +124,13 @@ See Legend below table </a> </td> <td> + <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/> - <a href="jogl-applet-runner-newt-GraphTextDemo01-napplet.html">NApplet</a><br/> </td> <td> - GPU accelerated Text Demo using JOGL's new Graph package. + GPU accelerated Text Demo using JOGL's new Graph package.<br/> + <small><i>cp-fonts</i> fonts via classpath, otherwise via URI</small>. </td> </tr> <tr> @@ -139,8 +140,11 @@ 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-GraphUISceneDemo04-napplet.html">Auto</a><br/> + <a href="jogl-applet-runner-newt-GraphUISceneDemo03-napplet.html">VBAA</a><br/> + <a href="jogl-applet-runner-newt-GraphUISceneDemo02-napplet.html">MSAA</a><br/> + <a href="jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html">NONE</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 @@ -154,8 +158,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 @@ -176,19 +180,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 & 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 & 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> @@ -197,6 +197,29 @@ Click on the <i>Launch</i> link to actually launch the demo.<br/> </tbody></table> </div> +<div style="font : 15px sans;"> +<p> +Misc tests: +<ul> + <li>Bug 816 - OSX CALayer Positioning Bug + <ul> + <li><a href="jogl-applet-bug816_glcanvas01.html">01: Custom bounds within applet</a></li> + <li><a href="jogl-applet-bug816_glcanvas02a.html">02a: Box layout within applet</a></li> + <li><a href="jogl-applet-bug816_glcanvas02b.html">02b: Grid layout within applet</a></li> + <li><a href="jogl-applet-bug816_layerpos03a.html">03a: Applet w/ 1 JRootPanes and 2 JSplitPanes</a></li> + <li><a href="jogl-applet-bug816_layerpos03b.html">03b: JApplet w/ 2 JRootPanes and 2 JSplitPanes</a></li> + </ul></li> + <li>Misc Issues + <ul> + <li><a href="jogl-applet-gl2_gljpanel02.html">GLJPanels and GLCanvas w/ GL2 Demos</a></li> + <li><a href="jogl-applet-bug818_gljpanel01.html">Bug 818: OSX 10.6.8 NV GT 330M GLJPanel and GLCanvas Crash</a></li> + <li><a href="jogl-applet-bug848_glcanvas01.html">Bug 848: Applet on OSX w/ CALayer and 2 or more GLCanvas may crash</a></li> + <li><a href="Bug910-AppletLifecycleCheck.html">Bug 910: Extended AWT Applet Lifecycle Check</a></li> + </ul></li> +</ul> +</p> +</div> + </div> <!-- text --> </div> <!-- main --> |