diff options
author | Sven Gothel <[email protected]> | 2011-09-15 07:19:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 07:19:30 +0200 |
commit | 42129070c5262c7f6c881c41a70fcb4550c33efa (patch) | |
tree | 54a4a1579c6e841a7addc437d77f557724681c60 /jnlp-files/jogl-applet-runner-newt-gears-special.html | |
parent | fa5fdc4cbbe93da290d6cea49188aa5e8738b032 (diff) |
Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test version
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt-gears-special.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-gears-special.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-special.html b/jnlp-files/jogl-applet-runner-newt-gears-special.html new file mode 100644 index 000000000..3472e62ec --- /dev/null +++ b/jnlp-files/jogl-applet-runner-newt-gears-special.html @@ -0,0 +1,40 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL NEWT JNLP Applet Runner - GearsES2 - special</title> +</head> +<body BGCOLOR="#ffffff"> + +<P> + +<applet width=1 height=1> + <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> + <param name="gl_event_listener_class" value="com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2"> + <param name="gl_profile" value="GL2"> + <param name="gl_swap_interval" value="1"> + <param name="gl_undecorated" value="true"> + <param name="gl_opaque" value="false"> + <param name="gl_alwaysontop" value="true"> + <param name="gl_dx" value="10"> + <param name="gl_dy" value="0"> + <param name="gl_width" value="200"> + <param name="gl_height" value="200"> + <param name="gl_debug" value="false"> + <param name="gl_trace" value="false"> + <param name="jnlp_href" value="jogl-applet-runner-newt.jnlp"> +</applet>Hello Gears ! + +</P> +<P> +JOGL NEWT JNLP Applet Runner Special Keys:<br> +<ul> + <li> d - toggle decoration </li> + <li> f - toggle fullscreen </li> + <li> r - in/out browser window </li> + <li> a - on/off always-on-top </li> +</ul> +</P> + + +</body> +</html> |