The issue is, I cannot seem to find a way to actually put the Logging gui before my app starts, FXMLseveral any ways I can put in the loging form I made with labels and method which required login informations before my application pops up?
I tried two ways, first by calling :
Parent root = FXMLLoader.load(getClass().getResource(
second one I created an :
AnchorPane pane = FXMLLoader.load(getClass().getResources())
third:
Parent root= (Parent)load.load();