Releases: JoudN2001/Library_Management_in_Java_GUI
Releases · JoudN2001/Library_Management_in_Java_GUI
Release list
Library Management System v1.0
Release Title:
Library Management System v1.0 - First Stable Release
Description:
This is the initial stable release of the Library Management System, a desktop application developed as a third-year computer science university project.
This release provides a complete and functional Java Swing application for managing a library's book inventory. It features a secure login panel and a comprehensive book management dashboard with full CRUD (Create, Read, Update, Delete) capabilities, all connected to an Apache Derby database.
✨ Key Features in this Release:
- Secure User Login: Authentication screen to control access to the management system.
- Complete Book Management:
- Add, Update, and Delete book records with an intuitive user interface.
- View all books in a sortable and easy-to-read table.
- Live Search Functionality: Instantly filter and find books by typing in the title field.
- Stable Database Connection: Reliable backend powered by Apache Derby for persistent data storage.
- User-Friendly GUI: A clean and straightforward interface built with Java Swing.