Searched refs:setSelectionColors (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/macosx/classes/com/apple/laf/ |
H A D | AquaFocusHandler.java | 119 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 30 milliseconds