Title: ReSelecting same element in the editable JComboBox

Sorry guys if you are getting this mail again. I am having problems with the swing list after the latest changes they have made.


I have an editable JComboBox with some elements in it. User can select an element from the comboBox and can then edit it. The problem is that if the user again tries to select the same item from the drop box the editor of the combo box is not populated with the original value. I guess it may be because the user's selection has not changed in the this case and so no event is generated.But if the user selects some other item and then again selects the original item its value is displayed in the editor. What I need is as soon as user gets out of editor(loses focus) and clicks on the selected item again..the original value should be shown. Feedback ?

Thanks
Rajesh

Reply via email to