Advice on capturing input using ActionEvent
Hi,
I have a GUI containing 3 text fields and a combo-box and a button which says 'Add'. I basically want to be able to save this information without it getting overwritten the next time someone clicks ADD with different information.
What would be a good approach in handling something like this so all the information is retrievable using some type of object?
Some concrete example would be appreciated and I am not really looking for a complex solution for this. I thought of having 3 dimensional Array but I am not able to get it to fit this model, specially if I have more than 3 input fields.
Thanks!

