complete music player assignment

This commit is contained in:
2026-06-15 17:28:29 +03:30
parent fa5f8ab267
commit 75e8bfb3f1
8 changed files with 174 additions and 19 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);
}
}