Stop Button

This commit is contained in:
2024-05-06 16:42:25 +02:00
parent 0db7c7d840
commit fbc3ef0f70
3 changed files with 26 additions and 9 deletions

View File

@ -28,6 +28,7 @@
<!--RIchtiger AUtorun button für die Gui der funktioniert -->
<Button fx:id="autoRunGUI" layoutX="182.0" layoutY="400.0" text="Auto Run" onAction="#autoRunGUI"/>
<Button fx:id="stopButton" layoutX="302.0" layoutY="400.0" text="Stop" onAction="#stopAutoRun"/>
<HBox layoutX="807.0" layoutY="134.0" prefHeight="293.0" prefWidth="701.0">
<children>