A simple media player in JavaFX. It has the following features:
- Supports drag and drop playing option. You can directly drop media into the MediaView to play them. You can also open a media using File -> Open.
- A playlist to control all you media. You can either use the add button to add media to the playlist or drag and drop media into its stage.
- Play, Pause, Next, Previous options.
- An interactive time-slider and volume slider control.
- Currently supports just one theme.
You can clone the repository and execute the following commands:
Gradle
To Run
$ gradlew run
Maven
To Run
$ mvn jfx:run
To Build a Native Package
$ mvn jfx:native