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 Geek Guy _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
