Implement Song class

This commit is contained in:
2026-06-09 22:59:45 +03:30
parent 305aef7473
commit 2099a1a9f3
3 changed files with 73 additions and 2 deletions
+1 -1
View File
@@ -16,8 +16,8 @@ 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();
stage.setResizable(false);
}
}