Question: Project requirements: Java Create an java object class for something of interest to you. (you will need at least 5 data items) For example, a

Project requirements: Java

Create an java object class for something of interest to you. (you will need at least 5 data items)

For example, a Car class, which will contain information about the vehicle

Make

Model

Year

Color

Price

Use a constructor to populate the class object and provide methods to retrieve each of the class attributes.

From a text file, read data and create an object of this class, which is then stored in an array of these object types. (at least 10 instances)

Provide a GUI to allow the selection of a record based on at least two of the data values and display the data in a messagebox. If the item is not found, then display a suitable message.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!