Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请在我的 Javafx 应用程序中帮助我。我需要按照我的命令切换 AnchorPane 孩子的焦点。
我需要在这里指定“标签索引/排序概念”。子项(文本字段等)之间的键盘导航,以可配置的有序方式使用 Tab 键。
在您的 fxml 中,您的 Textfield 顺序是 a2 a1 a4 a3 所以......标签顺序将是相同的。在你的 fxml a1 a2 a3 a4 上订购你的文本字段,标签就可以了