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

/openjdk9/jdk/src/java.desktop/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 140 milliseconds