10
answers
1
watching
229
views

Purpose: To be able to • Do CRUD operations against object arrays of different types. • Sort with the comparator class • Achieve this overall goal from the course syllabus: "After completing this, you should be able to create a Java application with a user interface in which the user can add to, delete, modify, search and list data.

 

This is created with java.

It is important that the user receives a response as to what happened after each button press, so certain the result of these in a text area.

4. Make a GUI program, see example below, with JFrame and suitable Swing components where you can:

a. Add a CD discs to an array of CD objects.

b. Change information about CD based on CD ID

c. Remove CD based on CD ID

d. Search by music genre and list all CDs for the searched genre.

e. Search for the artist and list all CDs for the searched artist.

i. Talk about how many records this particular artist has made

f. List data about all CDs in the array of CD objects

g. A sort button that sorts by artist name. And one on production year. Use Arrays.sort and a Comparator class.

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in