-
Bug
-
Resolution: Won't Fix
-
P3
-
6u14
-
x86
-
windows_vista
If a "modal" dialog is opened in applet in brower, and
"setVisible(false)" is used to close the dialog, it will takes around
300ms to close it in JDK 6.0 update 14. However, it takes only around
15ms to close the dialog if we use JDK 5.0, or use non-modal dialog, or
using Plugin 1, or not running in browser.
please see the attached file.
"setVisible(false)" is used to close the dialog, it will takes around
300ms to close it in JDK 6.0 update 14. However, it takes only around
15ms to close the dialog if we use JDK 5.0, or use non-modal dialog, or
using Plugin 1, or not running in browser.
please see the attached file.
- relates to
-
JDK-6518077 Modal dialogs open slowly with JRE 1.6.0 sun.awt.X11.XToolkit
- Closed