How to prevent reloading a scene inside a borderpane?
I’m writing my first JavaFX application and am using a launcher class (Launcher.java) to launch the main scene (Main.java) which uses MainMenuController.java that has a borderpane. On init I’m loading another Controller in the center of the borderpane where the actual operations are being done.
How to prevent reloading a scene inside a borderpane?
I’m writing my first JavaFX application and am using a launcher class (Launcher.java) to launch the main scene (Main.java) which uses MainMenuController.java that has a borderpane. On init I’m loading another Controller in the center of the borderpane where the actual operations are being done.