Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
|
| Chapter 9 Self Test |
| 1. | Where are the onMouse* events inherited from? |
| 2. | When is onMouseEntered fired? |
| 3. | True or false? The onMouseReleased event only fires when the mouse is dragged. |
| 4. | True or false? Anything that inherits from Node can trap onMouse* events. |
| 5. | When events are used, what is the purpose of an anonymous function? |
| 6. | Which mouse event is fired when the mouse pointer exits the node to which the event is attached? |
| 7. | What three events are fired when the user interacts with the keyboard? |
| 8. | In what order are the key events fired? |
| 9. | What property will allow a node to accept focus? |
| 10. | True or false? The navigational buttons on a mobile phone will fire the onKeyTyped event. |