Java/AWT/Swing:如何区分按下的回车键或返回键
如果用户按 Return 键(字符右侧)或 Enter 键(数字键盘),本机应用程序的行为似乎有所不同 - 一次插入新行字符,另一次激活默认按钮。
如何区分 Java/AWT/Swing 中的两个按键?
It looks like native applications behave differently if the user presses the Return key (right to the characters) or the Enter key (number key pad) - one time a new line character is inserted, the other time the default button is activated.
How I can distinguish both key presses from Java/AWT/Swing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)