Auto Run
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user