GUI/MVC

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