Searched defs:TEST_COLOR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/swing/text/html/CSS/4530474/
H A Dbug4530474.java41 private static final Color TEST_COLOR = Color.BLUE; field in class:bug4530474
73 builder.append(TEST_COLOR.toString());
80 if (TEST_COLOR.equals(color)) {
/openjdk7/jdk/test/javax/swing/text/html/
H A DTest4783068.java37 final static Color TEST_COLOR = Color.WHITE; field in class:Test4783068
54 UIManager.put("textInactiveText", TEST_COLOR);
60 pane.setDisabledTextColor(TEST_COLOR);
67 c.setBackground(TEST_COLOR);
75 int rgb = TEST_COLOR.getRGB();

Completed in 54 milliseconds