complete music player assignment
This commit is contained in:
@@ -2,7 +2,8 @@ package sbu.javafx;
|
||||
|
||||
import javafx.application.Application;
|
||||
|
||||
public class Launcher{
|
||||
public class Launcher {
|
||||
public static void main(String[] args) {
|
||||
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) }
|
||||
}
|
||||
Application.launch(MusicApp.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user