Create GUI that will provide the following functions for your fleet of automobiles: View, Add, Delete and Modify.
View: Displays all the properties of a single automobile one record at a time. Use some sort of next/previous control to move to the next or previous auto.
Add: Add a new Automobile object to the Fleet. Include controls to specify all the properties.
Delete: Should be available from the view screen and should delete the currently displayed auto.
Modify: Should be available from the view screen and should allow the properties of the current auto to be modified.
When the program starts, it should prompt the user for the in put filename.
View Screen
Add Screen
Delete Screen
Modify Screen
No comments:
Post a Comment