Posts by Willian Silva • 3 points
1 post
-
0
votes1
answer461
viewsQ: Textfield Javafx catching the event
I would like to know which event that when leaving the object TextField of JavaFx, changes a value of another object. if (textFieldC1.getText().equals("50")) {…