This commit is contained in:
2026-07-19 06:21:59 +03:30
parent fa5f8ab267
commit c5da2948c3
6 changed files with 174 additions and 28 deletions
+6 -3
View File
@@ -2,7 +2,10 @@ 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, args);
}
}