0
JcomboBox dependientes java sql
How to connect two JcomboBox in java with mysql
1 Resposta
0
You cannot really connect a jcombobox with MySQL. If you want to display your data from MySQL onto a jcombobox, you will have to fetch it first using an ResultSet object and then set it to the jcombobox