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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java53 int graphicsID = graphicsCount++; field in class:DebugGraphics
1325 return "Graphics" + (isDrawingBuffer() ? "<B>" : "") + "(" + graphicsID + "-" + debugOptions + ")";

Completed in 39 milliseconds