From d5c7fd58d9665428e8163aeb10dcfd8fb436cdf8 Mon Sep 17 00:00:00 2001 From: Robin Strand Prestmo Date: Tue, 10 Mar 2026 20:00:12 +0100 Subject: [PATCH] Continued working with frontPage --- .../java/ntnu/systemutvikling/team6/Main.java | 4 + .../src/main/resources/fxml/frontPage.fxml | 79 +++++++++++++++++-- 2 files changed, 76 insertions(+), 7 deletions(-) diff --git a/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java b/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java index 3cc6b5d..35a9e0d 100644 --- a/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java +++ b/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java @@ -13,6 +13,10 @@ public void start(Stage stage) throws Exception { Scene scene = new Scene(fxmlLoader.load()); stage.setTitle("Help Me Help"); stage.setScene(scene); + + stage.setMinHeight(700); + stage.setMinWidth(1100); + stage.show(); } diff --git a/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml b/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml index af8e832..2e39599 100644 --- a/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml +++ b/helpmehelpapplication/src/main/resources/fxml/frontPage.fxml @@ -2,16 +2,19 @@ + + + @@ -150,15 +153,77 @@ - + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +