i am c# developer. Now i am learning Java and Javafx. My first question is;
1- I have 2 different form. first Form has one Textfield and one button, second form has to one textfield and button. I want to change first forms textfield from second forms
SecondForm textfielt.text ---send----> first Form textfield (i want to send second textfields text to first textfield)
Usually people want to reach second form Controls but i want opposite.
for c# i was using Delegates and Event for that. For Java what should i learn. I will be thankfull if someone can answer my question.
2- Can we say Javafx is future for UI dizayn or should i learn Swing to?