-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
6
-
x86
-
windows
It is necessary to call the Frame's dispose() method just before System.exit() is called in the JFrame.processWindowEvent() if the defaultCloseOperation is equal to EXIT_ON_CLOSE.
Without calling dispose() users expirience the bug 6413997 in Swing applications.
Without calling dispose() users expirience the bug 6413997 in Swing applications.
- relates to
-
JDK-6413997 Tooltip is seen after the frame is closed by clicking the close button on winxp
- Closed