Posts by Marciuzal • 1 point
1 post
-
0
votes1
answer441
viewsA: JAVAFX How to change the label after FXML is built?
In your Messagecontroller Application class, create a reference to your Controller class so you can change and pass objects to it, you can do something like this: public class Principal extends…