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

30th Mar 2017, 1:05 PM
George Learner
George Learner - avatar
1 Odpowiedź
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.
30th Mar 2017, 9:26 PM
Yhal Htet Aung
Yhal Htet Aung - avatar