FXML file location is not found and the URL always returns null in a JavaFX application
I am creating a JavaFX GUI application using IntelliJ, with the project being built with Maven. I have recently been attempting to create a function to switch between two scenes upon the click of a button. The Java code for the function is as follows:
FXML file location is not found and the URL always returns null in a JavaFX application
I am creating a JavaFX GUI application using IntelliJ, with the project being built with Maven. I have recently been attempting to create a function to switch between two scenes upon the click of a button. The Java code for the function is as follows: