Skip to content

5okin/Java-gui-database-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Java program for managing a MySQL database

A GUI program made with Java Swing for connecting and managing a MySQL database containing student records.



Database

The database contains student data like their first/last name, semester, department and the number of classes they have passed.



The program connects to the database using the provided credentials by clicking on the Connect button.



It also reports back on the status of the connection.

Features

After successfully connecting to the database, you can:

  • Find records using last name or semester.
  • Retrieve all records.
  • Update number of classes passed using last name.
  • Remove specific record using last name.
  • Delete everything.

If you try to delete everything, you will get a confirmation window.


Screenshots

Retrieving all data Using Semester
Retrieve Using last name Change # of classes passed

About

A Java Swing GUI program for connecting and managing a database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages