Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Spring3/MP3Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3Player

Written in Java using JavaFX for UI and sqlite database as the main data keep. Requires Java 8 Update 43 + since this app uses JavaFX Dialogs, which were included in the Java sdk since Update 43

###Threads:

    1. Using javafx.concurrent.Task to update slider and timer
    1. Thread for highlighting the song that is currently being played.
    1. Thread for parallel importing of the new data (mp3 or wav files)