< prev index next >

test/java/awt/Window/ScreenLocation/ScreenLocationTest.java

Print this page
rev 14836 : 8159690: [TESTBUG] Mark headful tests with @key headful.

*** 19,33 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* @test ! @bug 8011616 ! @summary JWindow.getLocation and JWindow.getLocationOnScreen return different ! values on Unity ! @author Semyon Sadetsky */ import java.awt.*; public class ScreenLocationTest { --- 19,35 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! /* ! * @test ! * @key headful ! * @bug 8011616 ! * @summary JWindow.getLocation and JWindow.getLocationOnScreen return different ! * values on Unity ! * @author Semyon Sadetsky */ import java.awt.*; public class ScreenLocationTest {
< prev index next >