This is a library management system software created using Java , for managing important tasks in a library like adding , searching , deleting and displaying the books in a library. Developed an interative User interface using Java Swing and AWT (Abstract Window Toolkit).
- Add: Books are added, by providing the book title, author and serial number.
- Delete: Books are deleted, by providing the book title, author and serial number.
- Search: Search Books easily, using the book title.
- Display: Displays all the books currently at the library.
Java, Swing, AWT