Searched defs:updateForeground (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextPaneUI.java101 updateForeground(c.getForeground());
123 updateForeground((Color)evt.getNewValue());
128 updateForeground(comp.getForeground());
139 private void updateForeground(Color color) { method in class:SynthTextPaneUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicEditorPaneUI.java329 updateForeground(fg);
338 private void updateForeground(Color color) { method in class:BasicEditorPaneUI
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DThreadTab.java632 updateForeground();
640 updateForeground();
643 private void updateForeground() { method in class:ThreadTab.PromptingTextField

Completed in 33 milliseconds