Implement first draft of the app

This commit is contained in:
2026-06-10 14:51:18 +03:30
parent 2099a1a9f3
commit a5e70479ed
7 changed files with 435 additions and 25 deletions
-1
View File
@@ -4,7 +4,6 @@ import javafx.application.Application;
public class Launcher{
public static void main(String[] args) {
// TODO: Launch the JavaFX application by calling Application.launch(Main.class)
Application.launch(MusicApp.class);
}
}