GUI/MVC
Across
- 4. method called when the GUI is shut down
- 7. Method that registers event handlers
- 8. method that initializes all JavaFX components
- 10. Can hold multiple components; ordered left to right and top to bottom
- 12. Manages data, logic, and rules
Down
- 1. Uses a grid system to hold components, placed in col, row order
- 2. Method that process command-line arguments
- 3. Design pattern for developing user interfaces that divides the application into three parts
- 5. Organizes elements in top, left, center, right, and bottom sections
- 6. Responds to user interaction and performs interactions on the model
- 8. The parameter required by start()
- 9. A visual representation of the application
- 11. The number of components a scene or stage can hold