Develop #1

Open
Fateme_Azizi wants to merge 11 commits from develop into main
Showing only changes of commit 10041bb45b - Show all commits
+2 -1
View File
@@ -4,5 +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);
}
}