We need to work out a solution for detecting whether JavaFX is available and then allowing the plugin to be applied. Also need to deal with OpenJFX for JDK9+ (although officially only using JDK11+).
in this project i tried to give two seperated interfaces for the same application using Java and JavaFx for better user interface experience. The Student window give data from the database that is ...