Problem
1. What is the difference between an Action Event and a Mouse Event?
2. What information does an action event object carry? What additional information does a mouse event object carry?
3. Why does the Action Listener interface have only one method, whereas the Mouse - Listener has five methods?