comp.setMouseExitedExpected(false);
}
}
private PointerInfo findComponentUnderPointer() {
NativeWindow nativeWindow = toolkit.getWindowFactory().
getWindowFromPoint(lastScreenPos);
if (nativeWindow != null) {
Component comp = toolkit.getComponentById(nativeWindow.getId());
if (comp != null) {
Window window = comp.getWindowAncestor();
Point pointerPos = convertPoint(null, lastScreenPos.x,
lastScreenPos.y, window);