All Projects → TheItachiUchiha → Mediaplayerfx

TheItachiUchiha / Mediaplayerfx

A simple media player in JavaFX

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Mediaplayerfx

Bluebub
A library for creating chat bubbles in JavaFX
Stars: ✭ 42 (-37.31%)
Mutual labels:  javafx
Javafx Dataviewer Wrapper
📊 Exposing charts from Java to JavaFX and the Web!
Stars: ✭ 56 (-16.42%)
Mutual labels:  javafx
Fx Guice
Google Guice integration for FXML-based JavaFX applications
Stars: ✭ 61 (-8.96%)
Mutual labels:  javafx
Hellojpro
Stars: ✭ 46 (-31.34%)
Mutual labels:  javafx
Fxmailer
Desktop application Tool. Allow you to send a beautiful html template to multiple email recipients with one click!
Stars: ✭ 55 (-17.91%)
Mutual labels:  javafx
Jfx
JavaFX mainline development
Stars: ✭ 1,096 (+1535.82%)
Mutual labels:  javafx
Tilesfx
A JavaFX library containing tiles that can be used for dashboards.
Stars: ✭ 987 (+1373.13%)
Mutual labels:  javafx
Owlplug
Audio plugin manager. Small tool to manage VST plugin folders on Windows and MacOS.
Stars: ✭ 64 (-4.48%)
Mutual labels:  javafx
Wordagam
A fun & interactive word game 🍄
Stars: ✭ 55 (-17.91%)
Mutual labels:  javafx
Editor
基于JavaFx的Markdown编辑器
Stars: ✭ 61 (-8.96%)
Mutual labels:  javafx
Openjdk Jfx
The openjfx repo has moved to:
Stars: ✭ 1,039 (+1450.75%)
Mutual labels:  javafx
Drombler Fx
Drombler FX - the modular application framework for JavaFX.
Stars: ✭ 52 (-22.39%)
Mutual labels:  javafx
Sample Spring Boot Javafx
Рыба Spring Boot + JavaFX
Stars: ✭ 59 (-11.94%)
Mutual labels:  javafx
Slideshowfx
Stars: ✭ 45 (-32.84%)
Mutual labels:  javafx
Fxmaterialdesign
JavaFx Material Design Models (UI/UX) 🎉
Stars: ✭ 63 (-5.97%)
Mutual labels:  javafx
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-40.3%)
Mutual labels:  javafx
Spring Boot Fx
🎈Spring Boot, JavaFX, bootstrap3, mongoDB
Stars: ✭ 57 (-14.93%)
Mutual labels:  javafx
Client
An Opensource Alternative to the Elgato Stream Deck for the Raspberry Pi
Stars: ✭ 67 (+0%)
Mutual labels:  javafx
Scalaonandroid
A tutorial and examples of how to write Android apps in Scala 2.13
Stars: ✭ 61 (-8.96%)
Mutual labels:  javafx
Gamecomposer
GameComposer is a game authoring tool and also a game runtime environment targeting at desktop and mobile devices.
Stars: ✭ 59 (-11.94%)
Mutual labels:  javafx

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 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].