-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b28
-
generic
-
generic
Methods such has InputEvent.getWhen() do not define the timebase for the timestamp that is returned. These should probably refer to System.currentTimeMillis().
The affected APIs are (at least):
ActionEvent.getWhen()
InputEvent.getWhen()
InputMethodEvent.getWhen()
InvocationEvent.getWhen()
As well as corresponding constructors for each class that take a 'when' param.
Please see suggested fix.
###@###.### 2004-12-10 23:49:16 GMT
The affected APIs are (at least):
ActionEvent.getWhen()
InputEvent.getWhen()
InputMethodEvent.getWhen()
InvocationEvent.getWhen()
As well as corresponding constructors for each class that take a 'when' param.
Please see suggested fix.
###@###.### 2004-12-10 23:49:16 GMT
- relates to
-
JDK-6451578 A mouse listener method happens to process mouse events whose time is in the future.
-
- Closed
-