Hi guys well I have created a JComboBox that lists all my values from a String. However I want instead of the values for the JComboBox to be in a String the values to be displayed in the JComboBox from my database so if more values are added to the database the values will be in the JComboBox. So how would I do this?
Any help would be appricated
My code is below that I have used:
I'VE SOLVED MY PROBLEM REMOVED MY CODE: