Details
-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 1.4.0, 6
-
Fix Version/s: 6
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b79
-
CPU:generic
-
OS:generic
Description
WindowAdapter implements all Window-related event listener interfaces (WindowFocusListener, WindowListener, WindowStateListener). MouseAdapter should implement all mouse-related interfaces (MouseListener, MouseMotionListener, MouseWheelListener), but only implements MouseListener.
----
There is also a Swing class, javax.swing.event.MouseInputAdapter, which should also implement MouseWheelListener.
----
There is also a Swing class, javax.swing.event.MouseInputAdapter, which should also implement MouseWheelListener.
Attachments
Issue Links
- relates to
-
JDK-6416234 Make javax.swing.event.MouseInputAdapter extend java.awt.event.MouseAdapter
-
- Resolved
-