I'm creating a basic program (in Java) for a class that helps students study using flashcards, notes, etc. I need a way to allow the user to upload a certain image or video into my program so that it will be available even after they quit and relaunch.
I'm thinking of something along the lines of writeObject and readObject and creating "image" and "video" objects.
Can someone provide some advice about this? It would be much appreciated. I have very limited experience with GUI, so I'm having trouble getting started.