Note: This project was developed for a university object-oriented programming module. It serves as a practical demonstration of Java, the Command design pattern, and GUI development with Swing.
This Java program implements a basic command-line library management system with user registration, login, and role-based access for admins and students. Admins can add, remove, and view all books in ...