-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_7
Often, MouseEvents must be retargeted before they are dispatched. Such cases include events to lightweight Components, and MouseWheelEvents. Because the x,y coordinates in a MouseEvent are immutable, this retargeting consists of creating a new MouseEvent with x and y coordinates to correspond with the new event target. This retargeting could be accomplished more efficiently by allowing the event dispatching mechanism to change the x and y coordinates of an event directly.