Posts by Rebeca • 1 point
1 post
-
0
votes1
answer164
viewsQ: Javafx textfield settext does not work
I have a registration screen, using FXML, and want to reuse this screen for the change button. But when I do: txtNome.setText("ola"); System.out.println(txtNome.getText()); Opens the registration…