< prev index next >

test/jdk/java/awt/EmbeddedFrame/GraphicsConfigTest/GraphicsConfigTest.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 27,37 **** * @key headful * @summary Tests that embedded frame's graphics configuration is updated * correctly when it is moved to another screen in multiscreen system, * XToolkit * @author artem.ananiev@sun.com: area=awt.multiscreen ! * @requires (os.family == "linux") | (os.family == "solaris") * @modules java.desktop/sun.awt * java.desktop/sun.awt.X11 * java.desktop/java.awt.peer * @run main GraphicsConfigTest */ --- 27,37 ---- * @key headful * @summary Tests that embedded frame's graphics configuration is updated * correctly when it is moved to another screen in multiscreen system, * XToolkit * @author artem.ananiev@sun.com: area=awt.multiscreen ! * @requires os.family == "linux" * @modules java.desktop/sun.awt * java.desktop/sun.awt.X11 * java.desktop/java.awt.peer * @run main GraphicsConfigTest */
< prev index next >