Music-Player Code
Lightweight and fast music player
Status: Pre-Alpha
Brought to you by:
pashkobohdan
File | Date | Author | Commit |
---|---|---|---|
out | 2016-03-20 |
![]() |
[d1fb7d] fix open path to playlist |
src | 2016-03-20 |
![]() |
[d1fb7d] fix open path to playlist |
.gitignore | 2016-03-13 |
![]() |
[237e16] .class files |
LICENSE.md | 2016-03-10 |
![]() |
[d6b7d9] fix null-plyalist bug and 2016_license |
MusicPlayer.iml | 2016-03-08 |
![]() |
[0991b3] WTF ? ooh, sorry |
README.md | 2016-03-20 |
![]() |
[3cdb27] author and license |
Music player in javaFX for listening songs in your computer
git clone https://github.com/pashkobohdan/Music-Player
cd \projectPath
(projectPath => path of project (Main.java))set path=%path%; pathOfJdk
(pathOfJdk => path of installed JDK)javac Main.java
java Main
Copyright: 2015-2016
Licensed under the Apache License, Version 2.0 (the "License");
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.