DatabaseSwingApp is a Java desktop application that utilizes JDBC for database access and Swing for the user interface. The main goal of this project is to provide users with a user-friendly interface to perform two key database operations: creating buyers and deleting buyers.
- Create Buyer: Users can input buyer details, such as name, contact information, and email, and save them to the database.
- Delete Buyer: Users can search for existing buyers by name or ID and remove them from the database.
- Java
- JDBC (Java Database Connectivity)
- Swing (Java GUI library)
- PostgreSql (or any other database of your choice)
- Java Development Kit (JDK) installed
- PostgreSql (or another database system) installed and running
- Clone or download the project from GitHub.
- Set up the database and configure connection parameters in the application
- Import the project into your favorite IDE (Eclipse, IntelliJ, etc.)
- Run the application.
- Provide necessary login credentials for database access
- Use the buttons and input fields to perform create and delete operations for buyers.