Is there any way through which we can write the response from GUI(I was updating some data into a text box) into a file(In any format) using java code.
I am updating some values in GUI and in our java code I want to get all that data and store it into a file.