Question: 1. How many areas inside a window does a BorderPane control? 1 2 3 4 5 2. In JavaFX, clicking on a button generates a(n):
1. How many areas inside a window does a BorderPane control?
2. In JavaFX, clicking on a button generates a(n):
3. In JavaFX, which package does the ActionEvent class belong to?
4. JavaFx supports __________, an animation technique that gives the illusion of a property varying between two states by creating and displaying a series of intermediate frames over time.
5. Selecting a checkbox generates a(n):
6. Selecting a radio button generates a(n):
7. The __________ class, part of the javafx.scne.media package, enables us to play short sounds.
8. When writing a class handling the selection of a slider, what interface should be implemented?
9. Which package does the EventHandler interface belong to?
10. GUI programming uses a(n) _____________ model of programming.