Database to GlazedList/Jtable and then edit the database through the GlazedList/JTable
问题 I am able to break this problem down into two questions: What is the best way to put the contents of a database (MS-Access) into a GlazedList/JTable? How do I make sure any changes made to the GlazedList/JTable are reflected on the database (MS-Access)? Here are the things I know: I know how to retrieve/manipulate the information from a database using the JDBC method. I know that GlazedList's require reflection so I would need to make a class that contains every column/field in the database.