fileDragEnter(..) doesn't trigger mouseEnter?

Hi, jules,

It seems like that fileDragEnter(…) can’t trigger an mouseEnter().

Can you add this feature?

thx

Well, and other methods in FileDragAndDropTarget don’t call their “correspondent” in mouseListener either.

Er… no, that would make no sense at all.

While the mouse button is down, all mouse events go only to the component that was originally clicked on. mouseEnter() is never called when the mouse is down, so sending it randomly in the middle of a mouse-drag operation would cause chaos!