MUSIC PLAYER DATABASE APPLICATION

This is a music player database application that I built in my object oriented design class at Texas State University. It essentially is a program to handle a user's change to their list of songs, it displays the graphic user interface then, asks the user to choose one of five options. These are the options:
-Display list of all albums.
-Add a new album to collection.
-Search for an album.
-Delete an album from collection.
-Exit

This is the GUI on start-up
This shows the album adding method
This shows the display method
This shows the album deletion method