i want to start a site project of mine, but dont wanna start head first and try to make some sort of plan. I am using Scenebuilder for my GUI and got now a question: Is it needed, that every information (important for the gui) is delivered to the controller class?
For Example: After a event, i wanna change the text of a label. Do i need to call the function (that change the label) in the controller class and get the String per return or can i somehow change the label outside of the controller class?
Sry for my bad english... if i wasnt clear enough, i will edit this post.