so I'm working with Javafx and Scene Builder, and I have 4 controllers with their FXML page. let's say in the first Controller i have a textField. Now I need to set the text of that textfield in a Labels that are in the 3 other controllers. what's the code to use for that ??
knowing that I actually knew how to take the text between only the controller 1 and 2. But I need the text to be shown in the other controllers too. help !