Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in java 3. Hotel ABC would like to have his own registration form, as given in the below 8 figure A. Make a program to
in java
3. Hotel ABC would like to have his own registration form, as given in the below 8 figure A. Make a program to draw the above GUI named "Add user" such that pool view and seaside are allowing only one select, text area is 5 rows and 5 columns. (don't import any packages, assume it is Check in Date Guest Name 2 points) O Pool View Sea Side Text Area B. Develop a class called "Reservation" that store the data filled by C. Add behavior to the save button to call a function that stores the data in binary file called "d:TMIUUser.dat". After save complete show a message dialog with "Save Complete...(1.5 points) Add behavior to the Load button so that it loads all the data of binary file from "d:MIUUser.da" and shows it in Message D. Private Room Options Babby Bed Save No Smooking ia E. Inherit from the "Add user" GUI and add button Message "send to server" that compose a string containing all the form elements and send it to server IP:192.168.1.2 port:6000, the server then compose an object from registration and save it to binary file. Hint use the String.split) function Guest Name: Ahmed Mohamed Check In Date: 2215/22015 Comments i would like to have a special discount Is Sea View true Op: Private Room Op: Babby Bed OKStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started