I have a Jpanel with 2 textfield data and a 'Save' button to save the data into a text file and simultaneously show the data to a JDialog with Close button.
I have done the first half of saving the data into a file. But, with the same 'Save' button, I am not able to read the data into the Jdialog, Maybe we cant have two actionListeners for a button.
Can anyone help me out with this issue?
