I would like to present a database table in my Swing app.
Very simple table, it should display data that consists of one or a few tables in the database.
The user should be able to add, delete and update the table and then press save.
(not mandatory, it could just save each time he changes values )
- What is the recommended way to do that in the most efficient way?
- What are the recommended frameworks to start with?
