<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Johannes, Curtis, Adrian, Jan, and Dscho:<div><br></div><div>The errors magically went away this morning, so I tried running my project and got the following error:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Exception in thread "main" java.lang.NullPointerException</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>at javax.swing.ImageIcon.<init>(ImageIcon.java:205)</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>at PostCard.initComponents(PostCard.java:69)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>at PostCard.<init>(PostCard.java:31)</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>at A_Postcard.run(A_Postcard.java:25)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at A_Postcard.main(A_Postcard.java:35)</div></div><div><br></div></blockquote><div>the offending line in PostCard.java is:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><img id="6c3ab03f-5428-4c8e-9cca-2a9d25a057a3" height="76" width="640" apple-width="yes" apple-height="yes" src="cid:9E1CEC90-A640-4B20-809A-0DBC3A1EA052@hsd1.ca.comcast.net."></div></blockquote><div><br></div><div>It calls for English.jpg in the resources, and my resources folder does contain the file:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><img id="487fb892-332b-4f09-ad10-18cdd3534c99" height="203" width="297" apple-width="yes" apple-height="yes" src="cid:B9D896FA-2B7D-465B-A3D3-ACC1A67A64A7@hsd1.ca.comcast.net."></div></blockquote><div><br></div><div>so I don't understand the error, but the project will not run until I resolve this.  The file structure is identical on my local computer and on GitHub, so I do not understand why I am getting the NullPointerException.</div><div><br></div><div><br></div><div><br></div></body></html>