/SongLibrary

JavaFX application that organizes a list of songs in alphabetical order.

Primary LanguageJava

Song Library

JavaFX application that organizes a list of songs in alphabetical order.

  • Uses the Comparable interface to sort the list in the collection.
  • Able to Add/Edit/Delete songs from the list (checks for duplicates)
  • All songs saved in XML file to make list persistent.

Usage

There is a jar file available to download under releases. You may also clone or download the repository and open in Eclipse. You may need to Clean the project if any errors are present. If an XML file called "Music.xml" does not exists in the current directory, the program will create it for you.