Implement all todos

This commit is contained in:
2026-05-30 11:29:11 +03:30
parent fa5f8ab267
commit 7f0c09d9bf
6 changed files with 194 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public class MusicApp extends Application {
public void start(Stage stage) throws IOException
{
FXMLLoader fxmlLoader = new FXMLLoader(MusicApp.class.getResource("App-view.fxml"));
Scene scene = new Scene(fxmlLoader.load());
Scene scene = new Scene(fxmlLoader.load(), 800, 800);
stage.setTitle("Music Player");
stage.setScene(scene);
//TODO: add icon to the stage