This project uses java.awt package and MySQl as database to build a Library Store which can manage all the CRUD operations. This can be further extended to design softwares beneficial for shops, school etc.
A system is build for library store to lend, sell and incur fine on books exchange using object-oriented programming concepts. JDBC as database connectivity and MySQL as database is used to store the book credentials and performed CRUD operations.
Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java. Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system.