This commit is contained in:
2026-06-21 16:40:54 +03:30
parent fa5f8ab267
commit 69e0b92bcd
5 changed files with 109 additions and 23 deletions
+4 -3
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, args);
}
}cd