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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java120 private static final Object repaintManagerKey = RepaintManager.class; field in class:RepaintManager
249 RepaintManager rm = (RepaintManager)appContext.get(repaintManagerKey);
252 appContext.put(repaintManagerKey, rm);
280 SwingUtilities.appContextPut(repaintManagerKey, aRepaintManager);
282 SwingUtilities.appContextRemove(repaintManagerKey);

Completed in 36 milliseconds