From 1cf8d8f7c7673b33153b81fc218129413be36bdc Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 22 Jan 2007 23:06:55 +0000 Subject: Fixed Issue 263: JOGL applets slow in Mozilla / Firefox Added documentation to JOGLAppletLauncher indicating that Talkback agent is responsible for slowdown of JOGL-based applets and provided instructions on how to turn it off. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1097 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/util/JOGLAppletLauncher.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/classes/com/sun/opengl/util/JOGLAppletLauncher.java b/src/classes/com/sun/opengl/util/JOGLAppletLauncher.java index cc3b3f31e..4b68f7ff7 100755 --- a/src/classes/com/sun/opengl/util/JOGLAppletLauncher.java +++ b/src/classes/com/sun/opengl/util/JOGLAppletLauncher.java @@ -141,6 +141,15 @@ import javax.media.opengl.*; * primarily under Mozilla, Firefox and Internet Explorer; there may * be problems when running under, for example, Opera.

* + * It has been discovered that the Talkback agent in Mozilla / Firefox + * has bad interactions with OpenGL applets. For highest performance, + * we recommend disabling the Talkback agent; find talkback.exe, run + * it, and follow the directions for turning it off. Please see + * this + * thread on the javagaming.org forums and + * this + * thread on the Mozilla bug reporting database.

+ * * @author Lilian Chamontin * @author Kenneth Russell */ -- cgit v1.2.3