summaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-newt-applet-runner-gears.html
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-14 11:45:30 -0700
committerSven Gothel <[email protected]>2009-09-14 11:45:30 -0700
commit0afab6a652471cf1c140d3affe6ae442ab217ff1 (patch)
treeb515e3913c878ccb07c4c246be06c51b91200469 /jnlp-files/jogl-newt-applet-runner-gears.html
parente7003e596519e225ecec5b4423314c4dcaa05db8 (diff)
Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBase
Diffstat (limited to 'jnlp-files/jogl-newt-applet-runner-gears.html')
-rw-r--r--jnlp-files/jogl-newt-applet-runner-gears.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/jnlp-files/jogl-newt-applet-runner-gears.html b/jnlp-files/jogl-newt-applet-runner-gears.html
new file mode 100644
index 0000000..da05b53
--- /dev/null
+++ b/jnlp-files/jogl-newt-applet-runner-gears.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>JOGL NEWT JNLP Applet Runner - Gears</title>
+</head>
+<body>
+
+<P>
+
+<applet width=600 height=400>
+ <param name="java_arguments" value="-Dsun.java2d.noddraw=true">
+ <param name="gl_event_listener_class" value="demos.gears.Gears">
+ <param name="gl_profile" value="GL2">
+ <param name="gl_swap_interval" value="1">
+ <param name="gl_use_in_events" value="false">
+ <param name="gl_debug" value="false">
+ <param name="gl_trace" value="false">
+ <param name="jnlp_href" value="jogl-newt-applet-runner.jnlp">
+</applet>
+
+</P>
+<P>
+
+</body>
+</html>