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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java69 private static final Color thresholdColor = Color.red; field in class:MemoryTab
209 poolPlotter.createSequence(thresholdKey, Messages.THRESHOLD, thresholdColor, false);
546 g.setColor(thresholdColor);
606 heapColor = thresholdColor;
608 nonHeapColor = thresholdColor;

Completed in 30 milliseconds