Feat: add black background to intro video player #334

Merged
j.kropff merged 1 commits from feat/black-background-video-player into main 2026-05-14 13:45:42 +02:00
@@ -41,6 +41,9 @@ public class IntroVideoPlayer extends Application {
StackPane root = new StackPane(mediaView);
// black background
root.setStyle("-fx-background-color: black;");
Rectangle2D screenBounds = Screen.getPrimary().getBounds();
Scene scene = new Scene(root, screenBounds.getWidth(), screenBounds.getHeight());