jdk/src/share/classes/java/awt/Component.java
changeset 121 c43b2dfab9ac
parent 119 c4ce9d68f58e
child 123 96a10460ed63
equal deleted inserted replaced
120:98296a9fc072 121:c43b2dfab9ac
  4602                                              e.getYOnScreen(),
  4602                                              e.getYOnScreen(),
  4603                                              e.getClickCount(),
  4603                                              e.getClickCount(),
  4604                                              e.isPopupTrigger(),
  4604                                              e.isPopupTrigger(),
  4605                                              e.getScrollType(),
  4605                                              e.getScrollType(),
  4606                                              e.getScrollAmount(),
  4606                                              e.getScrollAmount(),
  4607                                              e.getWheelRotation());
  4607                                              e.getWheelRotation(),
       
  4608                                              e.getPreciseWheelRotation());
  4608                 ((AWTEvent)e).copyPrivateDataInto(newMWE);
  4609                 ((AWTEvent)e).copyPrivateDataInto(newMWE);
  4609                 // When dispatching a wheel event to
  4610                 // When dispatching a wheel event to
  4610                 // ancestor, there is no need trying to find descendant
  4611                 // ancestor, there is no need trying to find descendant
  4611                 // lightweights to dispatch event to.
  4612                 // lightweights to dispatch event to.
  4612                 // If we dispatch the event to toplevel ancestor,
  4613                 // If we dispatch the event to toplevel ancestor,