Skip to content

TheItachiUchiha/MediaPlayerFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaPlayerFX

A simple media player in JavaFX. It has the following features:

  1. 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.
  2. 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.
  3. Play, Pause, Next, Previous options.
  4. An interactive time-slider and volume slider control.
  5. Currently supports just one theme.

How to use the Project

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 

About

A simple media player in JavaFX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published