< prev index next >

test/jdk/java/awt/List/SetBackgroundTest/SetBackgroundTest.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2007, 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.
*** 23,33 **** /* @test @bug 6246467 @key headful ! @requires (os.family == "linux") | (os.family == "solaris") @summary List does not honor user specified background, foreground colors on XToolkit @author Dmitry Cherepanov area=awt.list @library /lib/client @build ExtendedRobot @run main SetBackgroundTest --- 23,33 ---- /* @test @bug 6246467 @key headful ! @requires os.family == "linux" @summary List does not honor user specified background, foreground colors on XToolkit @author Dmitry Cherepanov area=awt.list @library /lib/client @build ExtendedRobot @run main SetBackgroundTest
< prev index next >