I'm taking on a new project and was hoping to get some help. I recently helped complete a Java application in which the user enters various inputs (of the type double or string)into text fields. The application then saves these inputs into a text document which is then used for a Fortran program. I now need to modify the application so that it reads the text file back into the application so that minor adjustments can be made without having to input all of the data again. Is this possible?
Thanks