jdk/test/java/awt/Window/ScreenLocation/ScreenLocationTest.java
changeset 39056 d99e63b6d962
parent 33506 6e0fca73abc9
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /*
    25    @bug 8011616
    25  * @test
    26    @summary JWindow.getLocation and JWindow.getLocationOnScreen return different
    26  * @key headful
    27             values on Unity
    27  * @bug 8011616
    28    @author Semyon Sadetsky
    28  * @summary JWindow.getLocation and JWindow.getLocationOnScreen return different
    29   */
    29  *          values on Unity
       
    30  * @author Semyon Sadetsky
       
    31  */
    30 
    32 
    31 import java.awt.*;
    33 import java.awt.*;
    32 
    34 
    33 public class ScreenLocationTest {
    35 public class ScreenLocationTest {
    34 
    36