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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java98 private static int[] appleColors = { field in class:LWCToolkit
104 private native void loadNativeColors(final int[] systemColors, final int[] appleColors); argument
108 loadNativeColors(systemColors, appleColors);
114 super(appleColors[index]);
119 return appleColors[index];

Completed in 40 milliseconds