This is a simple Java GUI project for managing book records with MySQL Database.
The application allows users to perform CRUD (Create, Read, Update, Delete) operations on book records, including adding new books, updating existing
ones, deleting books, and viewing the list of books stored in the database.
-
Insert Books: Add new books
-
View Books: Display the list of books
-
Update Books: Modify existing book records
-
Delete Books: Remove books from the database
Run the Application: Setup MySQL, create Book table, and execute BookFrame.java.