In Netbeans I'm using a JTable to display data from a db table. How can I bind the JTable to the results of a query (resultset)?

Here is how I create the recordset:



String host =...