I'm writing a program that allows the user to browse their computer for images. When they select an image, then its location (for example "c:/users/peter/desktop/image1.jpg") is saved in an array of strings. Then the user can flip through a "slideshow" of the images they selected. This is done by accessing the arraylist of image locations an setting them as icons for labels.
But what I need help with is saving these images and or locations so that everytime the user launches the program it already has the images previously selected by the user. I don't know if this means storing the arraylist of locations or somehow importing/saving the images to program files. Any help or suggestions would be great and please let me know if you need more info.