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 swing 中有一个计算器应用程序,它可以在鼠标单击输入下正常工作。现在我希望它使用键盘按钮读取输入。我听说过java教程中的玻璃窗格,但我需要知道任何其他简单的方法来满足要求。
KeyPadPanel是一个使用Action和键绑定进行数字输入的示例。
KeyPadPanel
Action