Computer Scicence, Java,JavaFX Undergraduate

Lab 3

This lab It will follow the MVC design pattern There will be 3 model classes, 1 view, and 1 controller. Main.java – in the application package MainController.java – in the application.controller package Fleet.java – in the application.model package Starship.java – in the application.model package CrewMember.java – in the application.model package Main.fxml ****I have started this …

Continue Reading