Details
-
Bug
-
Resolution: Fixed
-
P4
-
OpenJDK6
-
b18
-
generic
-
generic
Description
Currently, java/awt/Multiscreen/LocationRelativeToTest/ regression test conforms to JDK7 specification. However, it's present in OpenJDK6 as well, and therefore should be slightly corrected to match JDK6 spec.
The test checks for Window.setLocationRelativeTo() method behavior. This method was enhanced in JDK7 in the fix for 6232687.
The test checks for Window.setLocationRelativeTo() method behavior. This method was enhanced in JDK7 in the fix for 6232687.
Attachments
Issue Links
- relates to
-
JDK-6232687 Window.SetLocationRelativeTo: treat the given null and invisible component separately
- Closed