JTable won't display data
Clash Royale CLAN TAG #URR8PPP JTable won't display data So I was recently trying to insert data into a Jtable from a database. The program runs a "Quote" Jframe which contains the JTable called "tblQuote". one the Quote screen there is a button called "Add product" which opens a Frame that allows the user to select a product from the database. I added a method in the class quote to update the table which receives the values as a parameter from the add product class. The add product class receives the values from my working class that connects to the database and handles all the queries. Please not that all the values are successfully brought in from the database and that the method to update the table has been proved to run by the System.out.println that I used to test if it ran and if values were correct but the still won't display in the table. Database connection code: public String updateTableQ(String name) { String results = "...