Searched refs:AWT_VERIFY_COLOR (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DJSplitPaneOverlapping.java122 System.out.println("Actual: "+c+", (not) expected: "+AWT_VERIFY_COLOR+" at "+(splitterLoc.x - 50)+", "+ splitterLoc.y);
123 if (!ignoreFail && c.equals(AWT_VERIFY_COLOR)) {
H A DMixingFrameResizing.java116 System.out.println("Actual: "+c+", expected: "+AWT_VERIFY_COLOR);
118 if (!c.equals(AWT_VERIFY_COLOR)) {
H A DOverlappingTestBase.java70 protected static Color AWT_VERIFY_COLOR = AWT_BACKGROUND_COLOR; field in class:OverlappingTestBase
161 AWT_VERIFY_COLOR = robot.getPixelColor(p[0].x+size/2, p[0].y+size/2);
162 System.out.println("Color will be compared with " + AWT_VERIFY_COLOR + " instead of " + AWT_BACKGROUND_COLOR);
376 System.out.println("Precheck. color: "+c+" compare with "+AWT_VERIFY_COLOR);
377 if (c.equals(AWT_VERIFY_COLOR)) {
413 System.out.println("C&B. color: "+c+" compare with "+AWT_VERIFY_COLOR);
414 if (c.equals(AWT_VERIFY_COLOR)) {

Completed in 99 milliseconds