Skip to content

This project aims to seamlessly connect a MySQL database with a Swing JTable, facilitating the smooth transfer and display of data within a graphical user interface. πŸš€

Notifications You must be signed in to change notification settings

olcaykoyuturk/DB-Swing-JTable-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DB and Swing JTable

Purpose

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.

Tier Architecture - MVC (Model View Controller)

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.

MVC Architecture

UI Screen

Here is a snapshot of the user interface screen:

UI 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!

About

This project aims to seamlessly connect a MySQL database with a Swing JTable, facilitating the smooth transfer and display of data within a graphical user interface. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages