remove default focus from TextField JavaFX
问题 I have designed some TextField in a form by SceneBuilder, when I run the code, one of the TextFields has been clicked by default, I want when I run the code, none of the TextFields get selected by default and user select a TextFiled. UPDATE: As you see in this image I want to make the first field like other two field when code runs(no curser in field) How can I do this? 回答1: As there is no public method to achieve this, there is no direct way. Though, you can use a trick to do it. You can