This document contains the code for a Java library management system. It defines classes and methods for login authentication, adding/deleting books and users, changing passwords, and issuing/viewing books. Frames and panels are created to display the login screen and main screens. Buttons trigger methods to perform actions like login validation, querying the database, and displaying results.