This commit is contained in:
Patrick 2025-01-13 19:26:12 +01:00
parent aeae2a7bfb
commit bc8bb95de6
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.LoginController">
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.LoginController">
<!-- Header Section -->
<top>
@ -96,6 +96,7 @@
</VBox>
</VBox>
<Button fx:id="loginButton" mnemonicParsing="false" styleClass="btnLogin" text="Login" />
<Button fx:id="loginButton1" layoutX="583.0" layoutY="355.0" mnemonicParsing="false" styleClass="btnLogin" text="Register" />
</children>
</VBox>
</children>

View file

@ -13,7 +13,7 @@
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.LoginController">
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.LoginController">
<!-- Header Section -->
<top>
@ -96,6 +96,7 @@
</VBox>
</VBox>
<Button fx:id="loginButton" mnemonicParsing="false" styleClass="btnLogin" text="Login" />
<Button fx:id="loginButton1" layoutX="583.0" layoutY="355.0" mnemonicParsing="false" styleClass="btnLogin" text="Register" />
</children>
</VBox>
</children>