I program the administrative part of the Swing application using WindowBuider, basically these are tables filled with elements that I need to perform CRUD operations. The data comes from the MySQL database. I can do it manually, but it will take too much time.
Is there an easy way to do this? using something like access forms ...
thanks
source share