JInternalFrame KeyListener焦点

发布于 2024-11-14 14:35:06 字数 275 浏览 3 评论 0原文

美好的一天,

我有这个视图 [扩展具有控制器的 JInternalFrame [实现 KeyListener]。 在我的方法中, void loadListener() 是我将 KeyListener 添加到视图的地方。

第一次获得框架焦点时,KeyListener 会触发其三个方法。将焦点更改到另一个帧[另一个视图,另一个控制器]并返回到第一帧后,KeyListener 将不再触发。

将焦点返回到具有 KeyListener 的框架后,如何再次触发 KeyListener 的焦点。

Good day,

I have this view [extends JInternalFrame that has a controller [implements KeyListener].
On a method of mine, void loadListener() is where I added the KeyListener to the view.

At first focus of the frame, the KeyListener triggers its three methods. After changing the focus to another frame[another view, another controller] and returning to the first frame, the KeyListener won't trigger anymore.

How the focus of the KeyListener be triggered again after returning the focus to the frame having the KeyListener.

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

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

发布评论

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

评论(1

2024-11-21 14:35:06

不要使用 KeyListener。 Swing 被设计为使用 按键绑定 来处理焦点问题更轻松。

Don't use a KeyListener. Swing was designed to use Key Bindings which will handle the focus problem easier.

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