Hi.
I am using VE in eclipse for building GUI.
In the GUI whenever I open the files using File --> open option, it always get appended to previously opened text in the Jtextarea instead of overwriting on it.
So can I just know how to do this.
And in the reset button I had just written a code like
TextArea.setText(""); But it doesnot clear anything the previous operations that were runned.
Like it gives the output of the current as well as the previous operations that were done.
So can anyone tell me how to fix this?
Thanks
