Question: Write a program with GUI that implements vehicular cloud console. This program interacts with the user to get the information. User should be able to
Write a program with GUI that implements vehicular cloud console. This program interacts with the user to get the information.
- User should be able to determine if it is a Client who wants to submit a job or an Owner who wants to rent out her/his car by selecting an option on the GUI panel.
- User should be able to enter the information via GUI. The information should be stored on a file with a timestamp of the transaction.
- You have to determined what information should be collected, but the following information must be included:
- Owner
- Owner ID
- Vehicle information
- Approximate residency time of the vehicle
- Client
- Client ID
- Approximate job duration
- Job deadline
- Owner
- You have to determined what information should be collected, but the following information must be included:
- The program should be in java and able to receive the information of multiple users (multiple entries)
- If necessary, add other features to the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
