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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DMenuSelectionManager.java361 * which contains sourcePoint.
363 * @param source The component in whose coordinate space sourcePoint
365 * @param sourcePoint The point which is being tested
367 * contains sourcePoint (relative to the source component's
368 * coordinate space. If sourcePoint is not inside a component
371 public Component componentForPoint(Component source, Point sourcePoint) { argument
373 Point p = sourcePoint;

Completed in 29 milliseconds