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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsInfo.java40 Hashtable<JComponent, Integer> componentToDebug; field in class:DebugGraphicsInfo
48 if (componentToDebug == null) {
49 componentToDebug = new Hashtable<JComponent, Integer>();
52 componentToDebug.put(component, Integer.valueOf(debug));
54 componentToDebug.remove(component);
59 if (componentToDebug == null) {
62 Integer integer = componentToDebug.get(component);
H A DDebugGraphics.java1410 debugGraphicsInfo.componentToDebug != null) {
1411 return debugGraphicsInfo.componentToDebug.size();

Completed in 34 milliseconds