Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
|
| Chapter 10 Self Test |
| 1. | What package contains the swing components for JavaFX? |
| 2. | True or false? The swing JavaFX package contains all the components available in Java. |
| 3. | Are the onMouse* and onKey* events available to swing components? |
| 4. | What are the JavaFX string interpolator operators? |
| 5. | What property of the SwingButton can hold an anonymous function that will execute when the button is clicked? |
| 6. | What property of the SwingButton can be used to change the shape of the button? |
| 7. | True or false? The isChecked property of the SwingCheckBox will tell you if the box is checked. |
| 8. | What swing component is used to populate SwingComboBox? |
| 9. | How do you set a SwingComboBoxItem to the default choice? |
| 10. | What property of SwingComboBox will tell you what SwingComboBoxItem has been selected? |