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!

[639 byte] By [desimundaa] at [2007-11-26 22:20:52]
# 1
Nevermind...I figured out a way to get around that.....I am not sure how to close/delete this topic now so I'll let it be.
desimundaa at 2007-7-10 11:18:12 > top of Java-index,Java Essentials,Java Programming...