-
Bug
-
Resolution: Fixed
-
P5
-
1.1.1, 1.2.0, 1.3.0
-
None
-
beta
-
x86, sparc
-
solaris_2.5, windows_95, windows_nt
On Solaris, calling getLocationOnScreen() while handling the Event.WINDOW_ICONIFY returns the location of the frame prior to the frame
being iconized. On Win32, it returns the location of the iconized frame.
This is a problem in HJ in using the Places window. As a workaround for AWT bugId 1235108 (no way to programmatically deiconioze the frame), we have to dispose and recreate the frame. The incorrect values returned from getLocationOnScreen() on win32 makes this unusable.
being iconized. On Win32, it returns the location of the iconized frame.
This is a problem in HJ in using the Places window. As a workaround for AWT bugId 1235108 (no way to programmatically deiconioze the frame), we have to dispose and recreate the frame. The incorrect values returned from getLocationOnScreen() on win32 makes this unusable.
- duplicates
-
JDK-4114641 getLocation on minimized window returns (3000,3000) or (-32000, -32000)
-
- Closed
-
- relates to
-
JDK-1235108 No way to iconize or deiconize (shrink/expand) a Frame programmatically
-
- Closed
-