diff options
author | Kenneth Russel <[email protected]> | 2007-01-22 23:06:55 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-01-22 23:06:55 +0000 |
commit | 1cf8d8f7c7673b33153b81fc218129413be36bdc (patch) | |
tree | b8341c458fa9fe013fbd3c2fd6a3695c398b3330 | |
parent | 8a77f77e0616e7314b543bd65fd3892f0a2e52d1 (diff) |
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
-rwxr-xr-x | src/classes/com/sun/opengl/util/JOGLAppletLauncher.java | 9 |
1 files changed, 9 insertions, 0 deletions
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. <p> * + * 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 + * <a href="http://www.javagaming.org/forums/index.php?topic=12200.30">this + * thread</a> on the javagaming.org forums and + * <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=326381">this + * thread</a> on the Mozilla bug reporting database. <p> + * * @author Lilian Chamontin * @author Kenneth Russell */ |