From 0daabf572fabea24fbd1cf0904b3dc2272ec0f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uli=20B=C3=A4hr?= <eude365sup@outlook.com> Date: Wed, 4 Dec 2019 23:12:19 +0100 Subject: [PATCH] =?UTF-8?q?GuiController=20aufger=C3=A4umt=20=3D>=20Namen?= =?UTF-8?q?=20ge=C3=A4ndert,=20auch=20in=20der=20gui.fxml=20(Namen:=20fxid?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/projekt/enigma/gui.fxml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/projekt/enigma/gui.fxml b/src/main/resources/projekt/enigma/gui.fxml index a0aa286..747452a 100644 --- a/src/main/resources/projekt/enigma/gui.fxml +++ b/src/main/resources/projekt/enigma/gui.fxml @@ -5,6 +5,7 @@ <?import javafx.scene.control.Label?> <?import javafx.scene.control.MenuButton?> <?import javafx.scene.control.TextField?> +<?import javafx.scene.control.ToggleButton?> <?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.layout.ColumnConstraints?> <?import javafx.scene.layout.GridPane?> @@ -13,7 +14,7 @@ <?import javafx.scene.shape.Circle?> <?import javafx.scene.text.Font?> -<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="677.0" prefWidth="962.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="projekt.enigma.GuiController"> +<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="677.0" prefWidth="962.0" xmlns="http://javafx.com/javafx/8.0.999-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="projekt.enigma.GuiController"> <children> <GridPane layoutX="23.0" layoutY="60.0" prefHeight="158.0" prefWidth="237.0" AnchorPane.leftAnchor="23.0" AnchorPane.topAnchor="60.0"> <columnConstraints> @@ -621,9 +622,10 @@ </Label> <Pane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="7"> <children> - <Pane fx:id="portPane" disable="true" layoutX="-3.0" layoutY="-303.0" prefHeight="346.0" prefWidth="86.0" visible="false" /> + <Pane fx:id="portPane" layoutX="-3.0" layoutY="-303.0" prefHeight="346.0" prefWidth="86.0" style="-fx-background-color: grey;" /> </children> </Pane> + <ToggleButton mnemonicParsing="false" text="ToggleButton" GridPane.rowIndex="6" /> </children> </GridPane> <GridPane layoutX="297.0" layoutY="64.0" prefHeight="168.0" prefWidth="585.0"> -- GitLab