A complete Java GUI application for the purpose of Management System of Library.
The whole code is written with the help of the Intellij Idea IDE and MySQL connector for Java Database Connectivity(JDBC).
The Front End part of the project is made using the Java Swing Libraries. Using GUI Forms available in the Intellij Idea IDE.
The Back End part of the project is pure Java Codes using the features of packages and GUI Forms. The Java Database Connectivity part is achieved using the MySQL Connector for java. This provide a package full of classes and interfaces for Database Connectivity.
The configuration of Database is automatic in the project. The user may Download the Project and setup the username and password in the DBCredentials.java