I started using Netbeans today after many months, and I can no longer see my project when I attempt to debug it.  I get the error in the Output:

Exception in thread "main" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:205)
at PostCard.initComponents(PostCard.java:74)
at PostCard.<init>(PostCard.java:36)
at A_Postcard.run(A_Postcard.java:25)
at A_Postcard.main(A_Postcard.java:35)

but I do not know what this means or how to correct it, since it does exist in my resources:




Thanks for any help,

Chris Coulon


_______________________________________________
ImageJ-devel mailing list
[email protected]
http://imagej.net/mailman/listinfo/imagej-devel

Reply via email to