如何将 KeyListener 添加到整个项目?

发布于 2024-12-27 02:09:39 字数 112 浏览 2 评论 0原文

我正在开发一个需要多个 JFrame 的应用程序。 JFrame 写入文件,然后被释放。我希望有一个 KeyListener 在整个项目中监听相同的按键,而不必在每个类中创建 KeyListener。有办法吗?

I am developing an app that requires multiple JFrames. The JFrame writes to a file, then is disposed. I want to have a KeyListener listen for the same key press, throughout the entire project without having to create the KeyListener in each class. Is there a way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奈何桥上唱咆哮 2025-01-03 02:09:39

我同意应该使用键绑定,但是因为我可以不要删除我接受的答案,我必须把它留在这里。

I agree that key bindings should be used, but since I can't delete my accepted answer I have to leave this here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文