Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+7 votes
asked in CSC 305 Fall 2024 by (1.2k points)

2 Answers

+3 votes

textField.setEditable(true)

Otherwise i would do it from the fxml where you can set it in the object line like editable="true" disable="true"

Just found this one but this is perfect for ya callSignTextField.setDisable(true);

answered by (630 points)
+3 votes

You could set the textfield equal to the empty string? What are your goals?

answered by (1.6k points)
+1

I was trying add a hide functionality to the text field that translates our morse code to english.

...