第1题:
传递给实现了java.awt.event.MouseMotionListener接口的类中mouseDragged()方法的事件对象是MouseEvent类型的。()
第2题:
下列叙述正确的是哪项?()
第3题:
第4题:
第5题:
对
错
第6题:
第7题:
第8题:
第9题:
第10题:
第11题:
第12题:
第13题:
Which is a method of the MouseMotionListener interface?()
第14题:
How can you create a listener class that receives events when the mouse is moved?()
第15题:
第16题:
第17题:
By extending MouseListener.
By implementing MouseListener.
By extending MouseMotionListener.
By implementing MouseMotionListener.
Either by extending MouseMotionListener or extending MouseListener.
Either by implementing MouseMotion Listener or implementing MouseListener.
第18题:
第19题:
第20题:
第21题:
第22题:
第23题: