Develop #1

Merged
HoseinA05 merged 4 commits from develop into main 2026-07-30 11:12:25 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 21e970ff60 - Show all commits
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
+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);
}
}