views:

205

answers:

0

Hi, I am using JTable and JCombobox in a swing application.In the JTable, I have 2 columns(no,name), the same details are in two JComboboxes in the application(JNo combo box, JName combobox). Now, When I click on first row of the table, below the the respective value should be selected in the two comboboxes.When I tried to see the logs the selected item for the comboboxes are correct but the same is not displayed in the GUI.

Can anyone tell me solution to resolve the issue ASAp.

Thanks,