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.
我用 JTextField 和 JPasswordField 创建了一个登录对话框。但是,现在当弹出窗口显示“确定”按钮被突出显示时。我希望它在弹出窗口显示后立即在用户名输入框中启动。我看过许多不同的方法,但似乎没有一个有效。我该怎么做?
一种解决方案是调用requestFocusInWindow()JTextField。如果您已经尝试过但它不起作用,那么您最好向我们展示您是如何尝试的。
requestFocusInWindow()