You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i created the fxml and the controller in different packages.
if I want to switch the screen i get a new controller object and the "myController" field is null.
so I get a nullPointerException.
need help