implement MusicApp.java

This commit is contained in:
2026-05-27 11:28:07 -07:00
parent e6fb142e41
commit 0357013292
-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();
}