This commit is contained in:
2026-05-29 21:53:29 +03:30
parent fa5f8ab267
commit 7fb6d4fdb4
6 changed files with 152 additions and 17 deletions
+3 -2
View File
@@ -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);
}
}