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 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
3.42 Rating (152 Votes )
There are 3 Steps involved in it
To implement the required vehicular cloud console with a GUI in Java well break down the task into several steps Step 1 Set Up the Project 1 Java Environment Make sure you have the Java Development Ki... View full answer
Get step-by-step solutions from verified subject matter experts
