my writer reader wont save data and add data to the file. When i run it all it does is overwrites the data. code is :


String add = nameField.getText();
String newLine = ("\n");
...