|
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.
|