recently I am dealing with including image in my JAVAFX program, I am aware of putting a URL or a an address of the directory which my image is located, but just like the way we put an icon in our program and deploy it, I want this happen to my image,because if I run the .exe file in another system that doesn't contain my image in it's local disk, it will throw a null pointer Exception and I want my image to be part of my program resource,your opinions will be a great help for me,thank you!
Asked
Active
Viewed 155 times
1 Answers
0
At the end of this thread ImageView won't display the Image when it comes from project space you will find the answer you are looking for.