Sigmahokies 0 Report post Posted December 26, 2017 Hi everyone, I am still learning Java. I am trying to create an array with images. I have images in folder, but I can't figure how to start to have images in array. How can I do that? I checked around in google, none of them make sense, more likely off topic to image icon. I need to tell java to pull all images from folder into array, so i can process programming. can you please show how to do that? Thank you so much. Gary Quote Share this post Link to post Share on other sites
justsomeguy 1,134 Report post Posted January 4, 2018 There's an example of reading images here: https://stackoverflow.com/questions/9712160/opening-an-image You would add those to an array the same way you add anything else to an array. Quote Share this post Link to post Share on other sites