I wrote a simple application in Java by NetBeans. This application takes some strings and stores them in a list. All in a GUI (using Swing).
I would like that when I run file .jar and I store a string and then I close the application, I would like that when I reopen the application, the program shows me the strings stored before
How can I do? Thanks to all