Java Book Management System

Copyright statement: This article is an original article by the blogger, used to record the learning process, welcome to exchange and learn. https://blog.csdn.net/k_young1997/article/details/83314231

Just started to contact Java, write a library management system to be familiar with the interface and database operations. When I first started writing the interface, I felt that the interface was complicated, and many of them were not. For example, adding a background image to the container, adding it to the container, and then adding the container to the panel always turns into a very small image. I found a lot of blogs on the Internet and couldn't solve it. Later, I solved this problem unintentionally. The database has also encountered problems. Finally, when I used exe4j to make the project into software that can run without jdk, I encountered various problems because it was the first time, but they were all solved one by one. The following is the interface, followed by the system link.

A detailed tutorial on making a Java project into an installation package that can run without JDK: https://blog.csdn.net/k_young1997/article/details/83349568

1. Main interface

insert image description here

2. Interface of Book Management Regulations

insert image description here

3. Book query interface

insert image description here

4. Registration interface

insert image description here

5. Login interface

insert image description here

6. Account management interface (administrator)

insert image description here

7. Account management interface (ordinary account)

insert image description here

8. Book borrowing and returning interface

insert image description here

Nine, modify the account interface

insert image description here

10. Borrowing record interface

insert image description here

Eleven, library management interface

insert image description here

12. Add book information interface

insert image description here

13. Delete book information interface

insert image description here

14. Modify the book information interface

insert image description here

15. Add book category interface

insert image description here

16. Add permission interface

insert image description here

Seventeen, modify the password interface

insert image description here

Resource download link: https://download.csdn.net/download/k_young1997/10739816