Skip to content

This is a simple and small desktop java application coded only in a few hours in 2017. The app has a java swing ui and a sqlite database junction, and was made for demonstration purposes only.

License

Notifications You must be signed in to change notification settings

nilsign/java-swing-sqlite-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVA SWING AND SQLITE DEMO

This is a simple and small desktop java application coded only in a few hours in 2017. The app has a java swing ui and a sqlite database junction, and was made for demonstration purposes only.

FEATURES

  • Loads (from sqlite db) and displays a list of items
  • Adds and saves (to sqlite db) new items
  • Updates and saves (to sqlite db) existing items
  • Deletes (from sqlite db) existing items
  • Sorts the item list

KNOWN LIMITATIONS

  • Missing dependency manager, right now all libs are added to the git repository
  • db data file is also added to the repository (should be created if missing and not be added to the repository)
  • Missing tests

About

This is a simple and small desktop java application coded only in a few hours in 2017. The app has a java swing ui and a sqlite database junction, and was made for demonstration purposes only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages