Develop #1

Merged
Sadra3st merged 9 commits from develop into main 2026-06-10 05:23:24 +00:00
Showing only changes of commit 0357013292 - Show all commits
-1
View File
@@ -16,7 +16,6 @@ public class MusicApp extends Application {
Scene scene = new Scene(fxmlLoader.load());
stage.setTitle("Music Player");
stage.setScene(scene);
//TODO: add icon to the stage
stage.show();
}