diff options
author | Sven Gothel <[email protected]> | 2011-09-15 13:26:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 13:26:06 +0200 |
commit | baa88fe536b0b8a70cadabe5412120a9168dec11 (patch) | |
tree | ad76ec6b15e41bbfbdba1e51fc5604bbe63393c7 /jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html | |
parent | 42129070c5262c7f6c881c41a70fcb4550c33efa (diff) |
JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizierer (NEWT Applet Runner)
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html b/jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html new file mode 100644 index 000000000..5c0c088cb --- /dev/null +++ b/jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html @@ -0,0 +1,42 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>Demoscene Passivist's Elektronen-Multiplizierer</title> +</head> +<body BGCOLOR="#ffffff"> + +<P> +Demoscene Passivist's Elektronen-Multiplizierer +</P> + +<P> +<applet width=640 height=480> + <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> + <param name="gl_event_listener_class" value="com.jogamp.opengl.test.junit.jogl.demos.es2.ElektronenMultiplizierer"> + <param name="gl_profile" value="GL2ES2"> + <param name="gl_swap_interval" value="1"> + <param name="gl_debug" value="false"> + <param name="gl_trace" value="false"> + <param name="jnlp_href" value="jogl-applet-runner-newt.jnlp"> +</applet> +</P> + +<P> +ElektronenMultiplizierer Keys:<br> +<ul> + <li> Cursor-Left - time backwards</li> + <li> Cursor-Right - time forward</li> +</ul> +</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> |