I have a program which uses images. It works fine when I execute the program, but when I clean+build and run the jar file - no images.
I added an images folder. The pics are in it: "...Documents\NetBeansProjects\Flip Game\src\flip\game\pics".
How can I bundle the images in the jar file?

