The main objective of this project is to transfer the data coming from MySQL database to a Swing JTable, providing a seamless integration between the database and the graphical user interface.
The project follows the MVC (Model View Controller) architectural pattern. This approach enhances the modularity, readability, and maintainability of the application by addressing the data, user interface, and operational logic separately.
Here is a snapshot of the user interface screen:
This graphical representation demonstrates the integration of the Swing JTable with the database, providing a user-friendly interface to interact with the stored data.
Feel free to explore the project, and don't hesitate to contribute or provide feedback!

