diff options
author | Sven Gothel <[email protected]> | 2013-10-04 19:00:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-04 19:00:28 +0200 |
commit | 3a8c4d65f0e6e378738dc0c543173f79d10e5821 (patch) | |
tree | c4c3e4ddfe828cf814ed18bc31a2d746207b73c0 /jnlp-files | |
parent | abdc28ec9304b39f981c49e2f9554e05aaff9cc3 (diff) |
Bug 848: Add test applet ; Bug 816 Bug816AppletGLCanvas02: Remove 2nd Animator ; Fix intendation (TAB -> WS)
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/jogl-applet-bug816_glcanvas02.html | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-applet-bug818_gljpanel01.html | 2 | ||||
-rw-r--r-- | jnlp-files/jogl-applet-bug848_glcanvas01.html | 32 |
3 files changed, 35 insertions, 3 deletions
diff --git a/jnlp-files/jogl-applet-bug816_glcanvas02.html b/jnlp-files/jogl-applet-bug816_glcanvas02.html index 850b9752a..f4958ec1b 100644 --- a/jnlp-files/jogl-applet-bug816_glcanvas02.html +++ b/jnlp-files/jogl-applet-bug816_glcanvas02.html @@ -11,14 +11,14 @@ Bug816 OSX CALayer Pos - Box Layout <P> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" - width="800" height="600"> + width="600" height="300"> <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02"> <param name="archive" value="jar/lib/gluegen-rt.jar, jar/lib/jogl-all.jar, jar/jogl-test.jar"> <comment> <embed code="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02" - width="800" height="600" + width="600" height="300" type="application/x-java-applet;version=1.6" archive="jar/gluegen-rt.jar, jar/jogl-all.jar, diff --git a/jnlp-files/jogl-applet-bug818_gljpanel01.html b/jnlp-files/jogl-applet-bug818_gljpanel01.html index 2721ac9f4..84e612db1 100644 --- a/jnlp-files/jogl-applet-bug818_gljpanel01.html +++ b/jnlp-files/jogl-applet-bug818_gljpanel01.html @@ -16,7 +16,7 @@ Bug818 OSX GLJPanel NV GT330 Crash <param name="archive" value="jar/lib/gluegen-rt.jar, jar/lib/jogl-all.jar, jar/jogl-test.jar"> - <param name="java_arguments" value="-Xms128M -Xmx512M -Dsun.java2d.noddraw=true"/> + <param name="java_arguments" value="-Xms128M -Xmx512M -Dsun.java2d.noddraw=true"/> <comment> <embed code="com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelApplet" width="750" height="350" diff --git a/jnlp-files/jogl-applet-bug848_glcanvas01.html b/jnlp-files/jogl-applet-bug848_glcanvas01.html new file mode 100644 index 000000000..bc6e90dc2 --- /dev/null +++ b/jnlp-files/jogl-applet-bug848_glcanvas01.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>Bug 848: Applet on OSX w/ CALayer and 2 or more GLCanvas may crash</title> +</head> +<body BGCOLOR="#ffffff"> + +<P> +Bug 848: Applet on OSX w/ CALayer and 2 or more GLCanvas may 'crash'. +</P> + +<P> +<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" + width="900" height="600"> + <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug848AppletGLCanvas01"> + <param name="archive" value="jar/lib/gluegen-rt.jar, + jar/lib/jogl-all.jar, + jar/jogl-test.jar"> + <comment> + <embed code="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug848AppletGLCanvas01" + width="900" height="600" + type="application/x-java-applet;version=1.6" + archive="jar/gluegen-rt.jar, + jar/jogl-all.jar, + jar/jogl-test.jar"> + <noembed>Sorry, no Java support detected.</noembed> + </embed> + </comment> +</object> +</P> +</body> +</html> |