I am programming the admin part of a Swing application using WindowBuider, it would basically be tables filled with items which I need to do a CRUD operations on them. the Data comes from MySQL database. I can do it by hand but, it will take too long
Is there an easy way to do that ? using something like in Access forms...
Thanks