bob von ilten wrote:I have been working on a form that will have multiple buttons and comboboxes. I have worked out two ways to achieve the functionality of multiple listeners for multiple sources, or one listener per source might be a better way of putting it. And I am wondering about the performance / memory usage of each method.
This sounds to me like a very specific question; so, if you don't mind, I'm going to move it to the relevant forum.
However, I would say this:
Don't worry about performance until you KNOW it's an issue; concentrate instead on getting the
design right. Chances are, the latter will get you close to the first anyway.
Winston