implement Launcher

This commit is contained in:
2026-05-25 01:30:51 +03:30
parent 7b217a61e1
commit 10041bb45b
+2 -1
View File
@@ -4,5 +4,6 @@ import javafx.application.Application;
public class Launcher{ public class Launcher{
public static void main(String[] args) { public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) } Application.launch(MusicApp.class);
}
} }