gpt4 book ai didi

swing - 如何在NetBeans中删除actionPerformed方法

转载 作者:行者123 更新时间:2023-12-03 12:01:48 29 4
gpt4 key购买 nike

当将JButton添加到内容 Pane 时,我们可以通过双击按钮或右键单击->事件-> Action -> actionPerformed来设置 Action 。让我们设置发生的事情。然后我们需要删除该函数,只需删除我们在该按钮的actionPerformed中编写的代码即可轻松完成。但是问题是,即使不再使用按钮,也不再需要该按钮的actionPerformed方法了。

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                         
//no function here.. but this code is still remaining. need to remove this code part as well
}

如何将其删除?我以JButton为例。其他组件的 Action 方法是这样的。

最佳答案

转到您的JButton属性,选择“事件”,actionPerformed,然后从相邻的组合框中选择“无”。您的源代码已清除!

Netbeans的最新版本(例如7.3)不提供“none”作为选项,但是允许您通过删除方法名称或按1、2和3按钮来删除actionPerformed方法:

关于swing - 如何在NetBeans中删除actionPerformed方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7574490/

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