gpt4 book ai didi

java - 代号一,操作事件不起作用 - 需要解释

转载 作者:行者123 更新时间:2023-12-01 14:41:15 26 4
gpt4 key购买 nike

我正在尝试在我的 HelloWorld 上触发操作事件。我正在使用 GUI,当它自动创建时:

protected void onMain_Button1Action(Component c, ActionEvent event) {
// If the resource file changes the names of components this call will break notifying you that you should fix the code
super.onMain_Button1Action(c,event);
}

我知道它不起作用,因为父类(super class)中没有相同类型的 void。

protected void onMain_Button1Action(Component c, ActionEvent event) {
// If the resource file changes the names of components this call will break notifying you that you should fix the code
Dialog.show("Test", "it works", "OK",null);
}

我还是一无所获。我已经寻找过有关如何使用代号作为一个的其他教程,但我找不到任何教程。而且我没有得到作者制作的那个。如果有人能给我一条线,我将不胜感激。

最佳答案

您需要将资源文件保存在设计器中,并且不要删除对 super 的调用。如果您使用的是 Eclipse,则应在使用 F5 保存到设计器后刷新项目。

关于java - 代号一,操作事件不起作用 - 需要解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15927748/

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