Skip to content

Instantly share code, notes, and snippets.

View Yuki44's full-sized avatar
🎯
Focusing

Carlos F. Ognissanti Yuki44

🎯
Focusing
  • Denmark
View GitHub Profile
@Yuki44
Yuki44 / MPlayer.java
Created November 29, 2016 14:07 — forked from EdwinSilvaDK/MPlayer.java
Music Player using JavaFX
package com.github.shkesar.JMusic;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.scene.media.Media;
import javafx.scene.media.MediaPlayer;