From 5e456d1d490cb34941671ba430366a8cc378091d Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Fri, 21 Jun 2013 10:10:53 +0200
Subject: Fix applet html pages, add gears and gearsjoal NApplet.
---
jnlp-files/applet-gearsjoal-launcheronly.html | 6 ++++--
jnlp-files/applet-gearsjoal.html | 7 +++++--
.../jogl-newt-applet-runner-angelesgl2es1.html | 4 ++--
jnlp-files/jogl-newt-applet-runner-cube.html | 4 ++--
jnlp-files/jogl-newt-applet-runner-fbcubes.html | 4 ++--
jnlp-files/jogl-newt-applet-runner-gears.html | 4 ++--
jnlp-files/test.html | 18 +++++++++++++-----
www/index.html | 22 +++++++++++++++-------
8 files changed, 45 insertions(+), 24 deletions(-)
diff --git a/jnlp-files/applet-gearsjoal-launcheronly.html b/jnlp-files/applet-gearsjoal-launcheronly.html
index 5126f2f..e225aed 100644
--- a/jnlp-files/applet-gearsjoal-launcheronly.html
+++ b/jnlp-files/applet-gearsjoal-launcheronly.html
@@ -33,7 +33,8 @@ rendering and OpenAL audio:
../jar/gluegen-rt.jar,
../jar/jogl-all.jar,
../jar/joal.jar,
- jar/jogl-demos.jar">
+ jar/jogl-demos.jar,
+ jar/jogl-demos-data.jar">
@@ -52,7 +53,8 @@ rendering and OpenAL audio:
../jar/gluegen-rt.jar,
../jar/jogl-all.jar,
../jar/joal.jar,
- jar/jogl-demos.jar"
+ jar/jogl-demos.jar,
+ jar/jogl-demos-data.jar"
codebase_lookup="false"
subapplet.classname="demos.applets.GearsJOALApplet"
subapplet.displayname" value="JOGL / JOAL Gears Applet"
diff --git a/jnlp-files/applet-gearsjoal.html b/jnlp-files/applet-gearsjoal.html
index 6aeba46..ff0db7b 100644
--- a/jnlp-files/applet-gearsjoal.html
+++ b/jnlp-files/applet-gearsjoal.html
@@ -5,6 +5,7 @@
+JOGL JNLP Applet GearsJOAL
-JOGL NEWT JNLP Applet Runner Special Keys:
+JOGL NEWT Applet Runner Special Keys:
- d - toggle decoration
- f - toggle fullscreen
diff --git a/jnlp-files/jogl-newt-applet-runner-cube.html b/jnlp-files/jogl-newt-applet-runner-cube.html
index 6c0c1d8..84076f3 100644
--- a/jnlp-files/jogl-newt-applet-runner-cube.html
+++ b/jnlp-files/jogl-newt-applet-runner-cube.html
@@ -1,7 +1,7 @@
-JOGL NEWT JNLP Applet Runner - ES1 Cube
+JOGL NEWT Applet Runner - ES1 Cube
@@ -43,7 +43,7 @@
-JOGL NEWT JNLP Applet Runner Special Keys:
+JOGL NEWT Applet Runner Special Keys:
- d - toggle decoration
- f - toggle fullscreen
diff --git a/jnlp-files/jogl-newt-applet-runner-fbcubes.html b/jnlp-files/jogl-newt-applet-runner-fbcubes.html
index 554ad3b..0939bd1 100644
--- a/jnlp-files/jogl-newt-applet-runner-fbcubes.html
+++ b/jnlp-files/jogl-newt-applet-runner-fbcubes.html
@@ -1,7 +1,7 @@
-JOGL NEWT JNLP Applet Runner - ES1 FBO Cubes
+JOGL NEWT Applet Runner - ES1 FBO Cubes
@@ -43,7 +43,7 @@
-JOGL NEWT JNLP Applet Runner Special Keys:
+JOGL NEWT Applet Runner Special Keys:
- d - toggle decoration
- f - toggle fullscreen
diff --git a/jnlp-files/jogl-newt-applet-runner-gears.html b/jnlp-files/jogl-newt-applet-runner-gears.html
index 05a6185..c3ccd5e 100644
--- a/jnlp-files/jogl-newt-applet-runner-gears.html
+++ b/jnlp-files/jogl-newt-applet-runner-gears.html
@@ -1,7 +1,7 @@
-JOGL NEWT JNLP Applet Runner - Gears
+JOGL NEWT Applet Runner - Gears
@@ -43,7 +43,7 @@
-JOGL NEWT JNLP Applet Runner Special Keys:
+JOGL NEWT Applet Runner Special Keys:
- d - toggle decoration
- f - toggle fullscreen
diff --git a/jnlp-files/test.html b/jnlp-files/test.html
index 8b4661e..a988624 100644
--- a/jnlp-files/test.html
+++ b/jnlp-files/test.html
@@ -9,6 +9,7 @@
Version
-->
+
+
+
AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Runner)
- JOAL test ..
+ JOGL / JOAL test ..
JNLP Launcher ..
diff --git a/www/index.html b/www/index.html
index d205fd5..65dd32e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -37,10 +37,10 @@
- Quick Version Info: Current [ Applet,
+ Quick Version Info: Current [ NApplet,
Application ],
- Next [ Applet,
+ Next [ NApplet,
Application ].
--
cgit v1.2.3