JAVA update database on JTable cell change
问题 He I am noob to Java (Thats not new) and I can't find a good tutorial for this. I use jTable to display a table filled with data from a MySQL database. So far so good, I get the table: Standard you can click a table cell and it changes to a text-field with can be filled with something new. You all know that, but how can I use this to also update the value in my database? My code: import [...]; public class table extends JPanel { public String table; private Database db; public table(String