
I want to bind some table tuples in mysql database to above table shown image. I use netbean to design this GUI and table property have some features to bind data to this table. but I want to manually code it. as an example in below sqlQuery return data, how to bind to jtable using manual code ?
String sqlQuery ="SELECT packet_id, packet_capacity FROM packing LIMIT 0,20 DESC"