diff options
author | Sven Gothel <[email protected]> | 2014-01-22 13:00:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 13:00:04 +0100 |
commit | 3691ff45fe3dcb334d363a45a91ec0eb1cd6f2b4 (patch) | |
tree | 0a0f91715b61b26faaf8c158e97cd49b05222083 /jnlp-files/jogl-applet-bug818_gljpanel01.html | |
parent | 5e8361d84078568d54b9561315151e2c5e287147 (diff) |
JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags either ..
Diffstat (limited to 'jnlp-files/jogl-applet-bug818_gljpanel01.html')
-rw-r--r-- | jnlp-files/jogl-applet-bug818_gljpanel01.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jnlp-files/jogl-applet-bug818_gljpanel01.html b/jnlp-files/jogl-applet-bug818_gljpanel01.html index 84e612db1..4bb09d007 100644 --- a/jnlp-files/jogl-applet-bug818_gljpanel01.html +++ b/jnlp-files/jogl-applet-bug818_gljpanel01.html @@ -16,15 +16,13 @@ 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"/> <comment> <embed code="com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelApplet" width="750" height="350" type="application/x-java-applet;version=1.6" archive="jar/gluegen-rt.jar, jar/jogl-all.jar, - jar/jogl-test.jar" - java_arguments="-Xms128M -Xmx512M -Dsun.java2d.noddraw=true"> + jar/jogl-test.jar"> <noembed>Sorry, no Java support detected.</noembed> </embed> </comment> |