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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocusHandler.java129 static void setSelectionColors(final JTable c, final String fgName, final String bgName) { argument
130 c.setSelectionForeground(UIManager.getColor(fgName));
152 static void setSelectionColors(final JList c, final String fgName, final String bgName) { argument
153 c.setSelectionForeground(UIManager.getColor(fgName));

Completed in 29 milliseconds