This is a simple Java desktop application for managing a library, developed as a student project in 2022.
The application was built using Java Swing for the graphical user interface (GUI), on NetBeans IDE.
When you build this project, the IDE (e.g., NetBeans) automatically:
- Copies all required
.jarfiles to thedist/libfolder. - Includes them in the application's
MANIFEST.MFfile under theClass-Pathattribute.
cd dist
java -jar "LibraryManagementSystem.jar"











