Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 406 Bytes

File metadata and controls

7 lines (5 loc) · 406 Bytes

JavaFXcontrollerExample

A quick and simple example showing how data can be passed between two separate JavaFX controllers using their constructors.

The example creates an instance of type Student using the first view and controller. If the student was created succesfully then the Student will be displayed in a new window.

This example was made and tested using OpenJDK 11, maven and IntelliJ IDEA.