I’m sorry it’s my first time posting here and I am really, really bad at java.
I have a JTable in one of my panels and what I need to do is save the contents to a file. When a certain string is entered into a JTextfield, the file loads and populates the JTable.
I have no clue where to start and I’ve searched youtube for help and I was sore out of luck. Help me please?
You can store the values in the Jtable as an array,
After that write this to the file …