Question 5
Question 5
package com.example.demo4;
// Creating labels and text fields for title, author, and ISBN
Label titleLabel = new Label("Title:"); // Label for the title input
TextField titleField = new TextField(); // TextField for user to input the title