Implement Song class

This commit is contained in:
2026-06-09 22:59:45 +03:30
parent 305aef7473
commit 2099a1a9f3
3 changed files with 73 additions and 2 deletions
+3 -1
View File
@@ -4,5 +4,7 @@ import javafx.application.Application;
public class Launcher{
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class) }
// TODO: Launch the JavaFX application by calling Application.launch(Main.class)
Application.launch(MusicApp.class);
}
}