JavaFX controller class not working

Don’t make the Application class a controller. It’s a sin. There are other questions and answers which address this, but my search skills cannot find them at this time. The reason it is a sin is: You are only supposed to have one Application instance, and, by default, the loader will make a new instance, … Read more