Import/Timer sleep
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
<AnchorPane stylesheets="@styles.css" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fabrik.simulator.pic16f84.Controller_Frontend">
|
||||
|
||||
<children>
|
||||
<ListView fx:id="lstContentListView" layoutY="31.0" prefHeight="645.0" prefWidth="600.0" />
|
||||
<HBox layoutY="688.0" prefHeight="24.0" prefWidth="600.0">
|
||||
<ListView fx:id="lstContentListView" layoutY="31.0" prefHeight="645.0" prefWidth="550.0" />
|
||||
<HBox layoutY="688.0" prefHeight="24.0" prefWidth="550.0">
|
||||
<children>
|
||||
<Button fx:id="stepintoButton" mnemonicParsing="false" onAction="#stepintoButton" text="Step IN">
|
||||
<opaqueInsets>
|
||||
|
||||
Reference in New Issue
Block a user