I'm currently making an executable JAR file which I want to be able to send to other computers. I have a loading/splash screen at the start at the program which uses a picture from my computer.
I'm currently using gradle to create the JAR file maybe that could be used?
Otherwise, I was thinking that I would send a zip-file containing the jar file and the picture and then in someway write the path in such a way so that it always finds the picture?
This is how I get the picture for my program.
new ImageIcon("/Users/UserA/Desktop/SheetsQuickstart/AD3.gif")