gpt4 book ai didi

java - 使用 KeyBindings 获取输入

转载 作者:行者123 更新时间:2023-11-29 07:14:45 26 4
gpt4 key购买 nike

我有一个程序,我想使用键绑定(bind):

// Imports..
public class Test{

JButton button = new JButton();

Test(){
//...
button.getInputMap().put(KeyStroke.getKeyStroke("A"), "A");
button.getActionMap().put("Action", action);
//...
}
}

现在如何让按钮在单击时响应?

是否像 KeyListeners 一样,我有一个 actionPerformed 方法?

最佳答案

Now how do I make the button respond when it is clicked?

来自 KeyBindings只有一种方法吗

button.doClick();

然后此代码行调用 ActionListenerSwing Action添加到 JButton

关于java - 使用 KeyBindings 获取输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10590499/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com