[单项选择题] 下列______方法属于MouseMotionListener接口中的方法。
A.mouseExited(MouseEvent)
B.mouseEntered(MouseEvent)
C.mouseMoved(MouseEvent)
D.mousePressed(MouseEvent)
参考答案:
C问题解析:
MouseMotionListener接口实现对鼠标移动事件的监听,因此包括2个方法: mouse Moved(MouseEvent)和mouse Dragged(MouseEvent)。

![[单项选择题] 下列______方法属于MouseMotionListener接口中的方法。 [单项选择题] 下列______方法属于MouseMotionListener接口中的方法。](http://www.mshxw.com/aiimages/31/250743.png)
