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. There is a ...
JavaFX is a very nice new Java 8 API that allows for displaying pretty visuals in desktop applications. Binding jOOQ to a JavaFX chart, for instance, is a very good use-case for reporting apps / ...