JAVA 错误,请高手赐教!!!

来源:百度知道 编辑:UC知道 时间:2024/05/25 22:14:01
Exception in thread"main"java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:161)
at SimpleEditor.<init>(SimpleEditor.java:90)
at SimpleEditor.main(SimpleEditor.java:987)
调试出来就这个结果,找不出问题,还请高手赐教!
90行:
JButton openButton = new JButton(new ImageIcon(loadImage("image/open.gif")));

可能是没找到你指定的那个图片

你分开调试下看看
loadImage("image/open.gif") 看看这个是不是NULL

明显的是NullPointerException空指针异常!

空指针异常,是不是你有引用指向了NULL