Hello,
I'm fairly new to
Java (so please bear with me

) and am learning to use swing. I've created a simple JFrame. I have a JComboBox in the frame and below this a JTable. I have some values (a series of name) added to the JComboBox and when I select a value, such as the name 'Mary' then I want their information (grade etc) to appear in the columns of the table.
So far, I've made little or no progress. I can get the chosen value from the JComboBox to appear in a textfield, but not in the table.
Do you think I am going to right way? Any advice would be great. Thanks