I have a strong suspicion that the image files are not actually in the project, instead, they are somewhere outside of it.
I’m happy to spend time investigating the code, though let’s just note that all this has nothing at all to do with this thread — a few basic Java tutorials should be followed, I think. NetBeans is a tool that assumes you have a basic understanding of the Java concepts and language. Gj On Tue, 10 Mar 2020 at 14:38, Glenn Holmer <ce...@kolabnow.com.invalid> wrote: > On 3/10/20 7:47 AM, Judi Rastall wrote: > > I have been doing some digging around and the first line where an image > > is called is the line identified as giving the error. However, this is > > part of the code generated by Netbeans when I created the panel using > > the design feature in Netbeans. In other words, I cannot alter it! > > Netbeans knows best! > > What NetBeans is trying to say is not to edit that code directly (which > he wisely won't allow you to do in any case). But if you click on your > panel in design view and look over to the right at the panel properties, > there are three buttons: "Properties", "Events", and "Code". Click the > "Code" button and you will see a number of options for customizing the > code that NetBeans generates. > > -- > Glenn Holmer (Linux registered user #16682) > "After the vintage season came the aftermath -- and Cenbe." > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists