Topic: 各位请帮忙,看问题出在哪里?(NoSuchMethodError:main) |
Print this page |
1.各位请帮忙,看问题出在哪里?(NoSuchMethodError:main) | Copy to clipboard |
Posted by: lfcjecboss Posted on: 2005-11-06 12:56 import javax.swing.*; import java.awt.event.*; public class Block extends JButton implements ActionListener { ImageIcon 翻开时的图标=null,关闭时的图标=null; public Block() { addActionListener(this); } public ImageIcon 获取翻开时的图标() { return 翻开时的图标; } public ImageIcon 获取关闭时的图标() { return 关闭时的图标; } public void 设置翻开时的图标(ImageIcon icon) { 翻开时的图标=icon; } public void 设置关闭时的图标(ImageIcon icon) { 关闭时的图标=icon; } public void 设置图标(ImageIcon icon) { setIcon(icon); } public void actionPerformed(ActionEvent e) { this.setIcon(翻开时的图标); } } java Block后出现:Exception in thread “main” java.lang.NoSuchMethodError:main |
2.Re:各位请帮忙,看问题出在哪里? [Re: lfcjecboss] | Copy to clipboard |
Posted by: ybyt530 Posted on: 2005-11-06 13:11 前提我不是高手.回答不对别砸我 你好象没有main()方法啊. 你类中随便加一段试试 如: public static void main(String args[]) { new Block(); } 就没有错误了,不过没其他反映.呵呵.只能弄这么多了,SWING这个包我还不会呢. 大侠别笑我. |
3.Re:各位请帮忙,看问题出在哪里? [Re: lfcjecboss] | Copy to clipboard |
Posted by: 轻薄的假象 Posted on: 2005-11-06 15:48 没有main函数 |
4.Re:各位请帮忙,看问题出在哪里?(NoSuchMethodError:main) [Re: lfcjecboss] | Copy to clipboard |
Posted by: shibin20011983 Posted on: 2005-12-06 21:13 -_-!,你程序的入口的没有呀(main) applet可以没有main的,它是需要html来运行的 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |