How to locally import an image in a java code, so that it would be possible to see the images even if the code gets exported?
Hellow fellow programmers, I need your help, I need to import images in a java code, but they are inside the code folder itself, so that, in case the program is exported to more users, they will be able to see the images once the code is initialized, I have already searched the internet how to import a local image, but there are many users saying different things, and honestly, I feel very confused about it, there are no tutorials about it within the site, as it would not be possible for users to work with images within the program implemented on the site (Although I think showing screenshots of the system file to show how and where to put the images can do the trick) So please would you be kind enough to explain: 1) Where to put the images to be imported in the program folder? 2) How to call the images inside the code? 3) How to interact with them?