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.
我正在使用 Java 创建一个图形游戏,每次我想运行它时,我都需要在游戏中单击鼠标才能启用所有移动。如果我在不先单击鼠标的情况下尝试移动,则没有任何效果。我怎样才能解决这个问题。
尝试在您的窗口上调用 requestFocus()