hatahet / Music-Player

Music player in javaFx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Player

Music player in javaFX for listening songs in your computer

ScreenShot

###How to clone this project ?

 git clone https://github.com/pashkobohdan/Music-Player

###Run application with IDE :

  1. Import project to Intellij Idea or Eclipse
  2. Run src/sample/Main class

###Run application with Command Prompt (read this article):

  1. Download and install JDK
  2. Execute the following commands:
  • cd \main_Class_Path (main_Class_Path = path with Main-class in project)
  • set path=%path%;jdk_path (jdk_path = way of your JDK)
  • javac Main.java
  • java Main
  1. Profit !

About

Music player in javaFx

License:Apache License 2.0


Languages

Language:Java 98.2%Language:CSS 1.8%