FOLLOW THE INSTRUCTIONS PLEASE
UsingJavaFX
Write a program to design a graphical user Interface forSaloon Reservation System.
Your Main Window Should have the 5 following Buttons Along with theLOGO placed at the top of the window of the company :
1- Add booking
2- Update booking
3- Delete booking
4- Search booking
5- Services
Add Booking: The system willask the user to enter the user information (Name, Phone number, Date Booked, service or anything related to your project. Once the Booking is added a message Booking confirmed with name and service, Date Booked will be displayed.
* The System need to check if the same Phone number is available, then you can add service to the same user.
* The System should check the availability of the time.
Update Booking: Can update the booking date or service, etc.. for the user. Phone number is the primary key to check for user information.
Delete Booking: delete the booking.
Search Booking: Search for the user Booking through Mobile Number. You cant have two people with the same phone number. Display the Booking information for the searching Criteria.
Services: You should have a page that displays the services and its prices that your Business Offer.