Fix: changed background to login GUI

This commit is contained in:
2026-06-11 10:59:05 +02:00
parent dfa48eb3ae
commit c834c5ace3
2 changed files with 1 additions and 1 deletions
@@ -61,7 +61,7 @@ public class LoginFXMLController {
@FXML
public void initialize() {
// Background setup
Image img = new Image(getClass().getResourceAsStream("/GUIImages/Background.png"));
Image img = new Image(getClass().getResourceAsStream("/GUIImages/BackgroundLogin.png"));
backgroundImage.setImage(img);
Rectangle2D screenBounds = Screen.getPrimary().getBounds();
backgroundImage.setFitWidth(screenBounds.getWidth());
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB