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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocusHandler.java119 setSelectionColors(c, "Table.selectionInactiveForeground", "Table.selectionInactiveBackground");
124 setSelectionColors(c, "Table.selectionForeground", "Table.selectionBackground");
129 static void setSelectionColors(final JTable c, final String fgName, final String bgName) { method in class:AquaFocusHandler
142 setSelectionColors(c, "List.selectionInactiveForeground", "List.selectionInactiveBackground");
147 setSelectionColors(c, "List.selectionForeground", "List.selectionBackground");
152 static void setSelectionColors(final JList c, final String fgName, final String bgName) { method in class:AquaFocusHandler

Completed in 1858 milliseconds