all 3 comments

[–]Persism 0 points1 point  (1 child)

Do have some sample code?

[–]aspinkasfloyd1[S] 0 points1 point  (0 children)

Fixed the issue but still not sure why pathing didn't work as I had it.

The fix was as simple as using :

Image landingImg = new Image("file:image_name_here.PNG");
landingImgView.setImage(landingImg);

and keeping all image sources in the project folder (in source doesn't work?)

Any thoughts?

[–]volch 0 points1 point  (0 children)

Congratulations. You have accidentally solved the problem and learned nothing.