I have exactly the same problem.
I have a panel, with table in the top and a panel with fields in the bottom. Whenever user selects the row in the table, the object of that row's data will be displayed in the bottom panel.
At this time the combobox data has been set. during this data population both ActionEvent and ItemEvents are fired. But I want to get the event specific to the user selection on this combobox, and not the event fired during dynamic population of the data.
I tried the same solution given in this
thread, but it did not work.
I tried by getComponents and adding MouseListener in those components, which also did not work.
Please help me to solve the problem. Any help will be highly appreciated.
I'm using JDK1.3
Thanks