This application allows input of song titles, artist's names, and the year the song was produced. The program uses Java's JFrame.
If the SongLibrary tab is selected, it will show the options About(which shows the author) and Exit(which promts the user with a window asking if they would like to quit).
If the Table tab is selected, it will show the options New(when selected it will ask the user if they are sure), Open(opens up the file directory allowing the user to open a file), and Save as(Lets the user save the file locally).
Add allows you to add more rows to the table, and Delete allows you to delete the currently selected row.