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.
当我尝试删除 netbeans 项目时,出现此对话框
我尝试使用左箭头键将焦点从“否”按钮切换到“是”按钮,但没有切换。(这对于我系统上的任何其他 Windows 应用程序都非常有效)
这是 netbeans IDE 的正常行为还是我的问题?
刚刚用最新的开发版本试了一下,我可以确认箭头键不会移动焦点。
我的猜测是它是 Java/Swing/AWT 的东西,不一定是 Netbeans 的东西。不幸的是,我目前没有其他 Java 应用程序可以使用,所以前一句话是我的推测。
另一方面,TAB/ SHIFT-TAB循环遍历每个 UI 项。绕着山走得更远一点,但还没有到老鼠的地方。