10631064106510661067106810691070107110721073
while (k.hasMoreElements()) { handle = (Handle) k.nextElement(); if (handle.containsPoint(x, y)) return handle; } return null; }