Skip to content

An interactive GUI made with Java using JFormDesigner that controls a SQLite database

License

Notifications You must be signed in to change notification settings

JaysusM/User-Database-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-Database-GUI

An interactive GUI made with Java using JFormDesigner that controls a SQLite database

How to run the project?

Download the full repository and import it into your java IDE or download the Jar and
+ Windows: Execute it with java
+ Linux/MacOS: Open a terminal, access the file directory and write java -jar employeeReader.jar

Check you have 'db' and 'output' folders where executable .jar is and 'db/' contains the 'simpleDatabase.db' file, otherwise it won't be able to load the database script.


  • Shows all users in DB

Screenshot

  • Add users

Screenshot

  • (Optional) Attaching profile pictures stored in DB

Screenshot Screenshot Screenshot

  • Delete any user stored

Screenshot

  • Show any error in the main GUI

Screenshot Screenshot

About

An interactive GUI made with Java using JFormDesigner that controls a SQLite database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages