This commit is contained in:
2024-05-06 15:35:51 +02:00
parent 07c9279ad3
commit 0db7c7d840
3 changed files with 34 additions and 10 deletions

View File

@ -21,12 +21,13 @@
<?import javafx.scene.control.ListView?>
<AnchorPane xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fabrik.simulator.pic16f84.Controller_Frontend" stylesheets="styles.css">
<ListView fx:id="lstContentListView" prefHeight="400.0" prefWidth="600.0" />
<children>
<ListView fx:id="lstContentListView" prefHeight="400.0" prefWidth="600.0" />
<Button fx:id="stepintoButton" layoutX="42.0" layoutY="400.0" mnemonicParsing="false" onAction="#stepintoButton" text="Step IN" />
<Button fx:id="stepintoButton" layoutX="42.0" layoutY="478.0" mnemonicParsing="false" onAction="#stepintoButton" text="Step IN" />
<Button fx:id="autoRunButton" layoutX="182.0" layoutY="478.0" text="Auto Run" onAction="#autoRun"/>
<!--RIchtiger AUtorun button für die Gui der funktioniert -->
<Button fx:id="autoRunGUI" layoutX="182.0" layoutY="400.0" text="Auto Run" onAction="#autoRunGUI"/>
<HBox layoutX="807.0" layoutY="134.0" prefHeight="293.0" prefWidth="701.0">
<children>