HomeSort by relevance Sort by last modified time
    Searched full:failurecolor (Results 1 - 1 of 1) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 215 Color failureColor = (Color) this.resources.get("lightred");
216 if (failureColor == null) {
217 failureColor = new Color(DEFAULT_DISPLAY, 220, 50, 50);
218 this.resources.put("lightred", failureColor);
282 this.gc.setBackground(failureColor);

Completed in 100 milliseconds