0
How do I create a Java library system using GUI for the system
I need help to create a Library booking system, the library system will allow user to view, insert and update books to the system, the system must enable the user to make bookings for students, system will record booking in the database, the system must show bookings on the Jtable and enable user to delete or return library books for each booking
1 Answer
0
Use
NetBeans
IntelliJ
Eclipse
to build the UI with Java Swing. Then build others with Swing as well. The rest of the code is just CRUD with your database operations so just google it.