Greetings all,
Initially, I am not supplying code because I do not think it will help too much, but if anyone wants to see a bit, I can provide it.
In short, I have a dialog box with a bunch of fields and a save button. the save button implements an action listener that calls the save(). It reads the fields, creates an instance of another class and calls the methods to have it saved to my database. The problem is, that when I click once on button, the save() is called twice. The only thing I can think of is that I should be using a mouseAdapter or mouseListener instead of an actionListener. Can anyone confirm this?
Thanks,
Greg