< prev index next >

test/java/awt/Graphics2D/WhiteTextColorTest.java

Print this page
rev 14989 : 8160974: [TESTBUG] Mark more headful tests with @key headful.

*** 25,39 **** --- 25,41 ---- import java.awt.image.*; import javax.swing.*; /** * @test + * @key headful * @bug 8056009 * @summary tests whether Graphics.setColor-calls with Color.white are ignored directly * after pipeline initialization for a certain set of operations. * @author ceisserer */ + public class WhiteTextColorTest extends Frame { public static volatile boolean success = false; public WhiteTextColorTest() { Image dstImg = getGraphicsConfiguration()
< prev index next >