# java-swing-sqlite-demo **Repository Path**: allway2/java-swing-sqlite-demo ## Basic Information - **Project Name**: java-swing-sqlite-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-30 - **Last Updated**: 2025-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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