posted 20 years ago
Hi,
Whenever a item is selected from JComboBox, the itemListener
method is called twice..... !!???
Why is it happening, i need this method to be called only once with
the current selected item. But its calling this method with both, current
and previous selected item...
here is the code...