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

/openjdk7/jdk/src/share/classes/java/awt/
H A DCursor.java179 private static Properties systemCustomCursorProperties = null; field in class:Cursor
305 if (systemCustomCursorProperties == null)
312 if (!systemCustomCursorProperties.containsKey(key)) {
320 systemCustomCursorProperties.getProperty(key);
322 String localized = (String)systemCustomCursorProperties.getProperty(prefix + DotNameSuffix);
326 String hotspot = (String)systemCustomCursorProperties.getProperty(prefix + DotHotspotSuffix);
447 systemCustomCursorProperties = new Properties();
457 systemCustomCursorProperties.load(fis);
466 systemCustomCursorProperties = null;

Completed in 32 milliseconds