< prev index next >

test/jdk/java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2012, 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) 2012, 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.
*** 29,39 **** /* * @test * @key headful * @bug 7129742 * @summary Focus in non-editable TextArea is not shown on Linux. ! * @requires (os.family == "linux" | os.family == "solaris") * @modules java.desktop/sun.awt * java.desktop/java.awt.peer * java.desktop/sun.awt.X11:open * @author Sean Chou */ --- 29,39 ---- /* * @test * @key headful * @bug 7129742 * @summary Focus in non-editable TextArea is not shown on Linux. ! * @requires os.family == "linux" * @modules java.desktop/sun.awt * java.desktop/java.awt.peer * java.desktop/sun.awt.X11:open * @author Sean Chou */
< prev index next >