The Controller is the object that holds the javafx controls (e.g. TextField). The Model (a structure op POJO's) holds the (persistent) data. The Controller must has a reference to the Model object.
Java Development Kit (JDK): Make sure you have JDK 8 or higher installed on your machine. JavaFX: Since the Media Player Application is built using JavaFX, you need to have JavaFX properly set up in ...