zusammenfuegen
This commit is contained in:
@ -19,11 +19,15 @@
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fabrik.simulator.pic16f84.Controller_Frontend">
|
||||
<?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>
|
||||
|
||||
<TextArea fx:id="lstContentLabel" editable="false" layoutX="41.0" layoutY="128.0" prefHeight="653.0" prefWidth="758.0" wrapText="true" />
|
||||
<Button fx:id="stepintoButton" layoutX="42.0" layoutY="78.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"/>
|
||||
|
||||
|
||||
<HBox layoutX="807.0" layoutY="134.0" prefHeight="293.0" prefWidth="701.0">
|
||||
<children>
|
||||
<GridPane alignment="CENTER" gridLinesVisible="true" prefHeight="273.0" prefWidth="687.0">
|
||||
|
||||
4
src/main/resources/fabrik/simulator/pic16f84/styles.css
Normal file
4
src/main/resources/fabrik/simulator/pic16f84/styles.css
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
.list-cell:selected {
|
||||
-fx-background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user