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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DToolTipManager.java220 // Returns GraphicsConfiguration instance that toFind belongs to or null
223 private GraphicsConfiguration getDrawingGC(Point toFind) { argument
230 if (rect.contains(toFind)) {
255 Point toFind;
257 toFind = new Point(screenLocation.x + preferredLocation.x,
260 toFind = mouseEvent.getLocationOnScreen();
263 GraphicsConfiguration gc = getDrawingGC(toFind);
265 toFind = mouseEvent.getLocationOnScreen();
266 gc = getDrawingGC(toFind);
291 location = toFind;
[all...]

Completed in 26 milliseconds