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

/openjdk7/jdk/src/share/classes/java/awt/
H A DCursor.java166 private static final Hashtable systemCustomCursors = new Hashtable(1); field in class:Cursor
301 Cursor cursor = (Cursor)systemCustomCursors.get(name);
304 synchronized(systemCustomCursors) {
372 systemCustomCursors.put(name, cursor);
446 synchronized(systemCustomCursors) {

Completed in 43 milliseconds