Files
PIC-Simu/src/main/resources/fabrik/simulator/pic16f84/frontend.fxml
2024-06-03 14:18:39 +02:00

1065 lines
58 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import com.gluonhq.charm.glisten.control.*?>
<?import java.lang.*?>
<?import javafx.collections.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.effect.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<AnchorPane stylesheets="@styles.css" xmlns="http://javafx.com/javafx/17.0.2-ea" 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">
</ListView>
<HBox layoutY="688.0" prefHeight="24.0" prefWidth="550.0">
<children>
<Button fx:id="stepintoButton" mnemonicParsing="false" onAction="#stepintoButton" text="Step IN">
<opaqueInsets>
<Insets right="50.0" />
</opaqueInsets>
<HBox.margin>
<Insets left="10.0" />
</HBox.margin>
</Button>
<Button fx:id="autoRunGUI" onAction="#autoRunGUI" text="Auto Run">
<HBox.margin>
<Insets left="50.0" right="50.0" />
</HBox.margin>
</Button>
<Button fx:id="stopButton" onAction="#stopAutoRun" text="Stop" />
</children>
</HBox>
<VBox layoutX="14.0" layoutY="727.0">
<children>
<ComboBox fx:id="executionTimeComboBox">
<items>
<FXCollections fx:factory="observableArrayList">
<String fx:value="4 MHZ" />
<String fx:value=" 8 MHZ" />
<String fx:value=" 16 MHZ" />
</FXCollections>
</items>
</ComboBox>
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: 0µs" />
<CheckBox fx:id="wdtCheck" mnemonicParsing="false" onAction="#toggleWatchdog" text="Watchdog-Timer: 0µs">
<Label fx:id="watchdogStatusLabel"/>
<VBox.margin>
<Insets top="10.0" />
</VBox.margin>
</CheckBox>
</children>
</VBox>
<Text layoutX="659.0" layoutY="97.0" strokeType="OUTSIDE" strokeWidth="0.0" text="IO-Ports">
<font>
<Font name="System Bold" size="19.0" />
</font>
</Text>
<HBox layoutX="659.0" layoutY="111.0" prefHeight="293.0" prefWidth="701.0">
<children>
<GridPane alignment="CENTER" gridLinesVisible="true" prefHeight="273.0" prefWidth="687.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="70.0" minWidth="10.0" prefWidth="53.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="98.0" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="-Infinity" prefWidth="80.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="25.0" prefHeight="25.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="25.0" prefHeight="25.0" vgrow="SOMETIMES" />
</rowConstraints>
<effect>
<Blend />
</effect>
<children>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="RA">
<font>
<Font size="23.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" GridPane.columnIndex="3" GridPane.rowIndex="1" />
<VBox alignment="CENTER" layoutX="230.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="4">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="304.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="5">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="3">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="378.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="6">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="2">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="452.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="7">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="1">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="526.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="8">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.rowIndex="1">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="TRIS">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="56.0" prefHeight="200.0" prefWidth="100.0" GridPane.rowIndex="2">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="PORT">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="217.0" layoutY="56.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<VBox alignment="CENTER" GridPane.columnIndex="2" GridPane.rowIndex="1" />
<VBox alignment="CENTER" GridPane.columnIndex="4" GridPane.rowIndex="1">
<children>
<ToggleButtonGroup fx:id="bgTRISA4" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" GridPane.columnIndex="5" GridPane.rowIndex="1">
<children>
<ToggleButtonGroup fx:id="bgTRISA3" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" GridPane.columnIndex="6" GridPane.rowIndex="1">
<children>
<ToggleButtonGroup fx:id="bgTRISA2" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" GridPane.columnIndex="7" GridPane.rowIndex="1">
<children>
<ToggleButtonGroup fx:id="bgTRISA1" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" GridPane.columnIndex="8" GridPane.rowIndex="1">
<children>
<ToggleButtonGroup fx:id="bgTRISA0" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="RB">
<font>
<Font size="23.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="3" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="5">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="7">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="2" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="6">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="4">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="5" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="3">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="6" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="2">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="1">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="8" GridPane.rowIndex="4">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="System Italic" size="20.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="56.0" prefHeight="200.0" prefWidth="100.0" GridPane.rowIndex="5">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="TRIS">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="102.0" prefHeight="200.0" prefWidth="100.0" GridPane.rowIndex="6">
<children>
<Text nodeOrientation="LEFT_TO_RIGHT" strokeType="OUTSIDE" strokeWidth="0.0" text="PORT">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="217.0" layoutY="56.0" GridPane.columnIndex="1" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB7" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="57.0" layoutY="56.0" GridPane.columnIndex="8" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB0" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="137.0" layoutY="56.0" GridPane.columnIndex="7" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB1" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="297.0" layoutY="56.0" GridPane.columnIndex="6" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB2" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="377.0" layoutY="56.0" GridPane.columnIndex="5" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB3" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="457.0" layoutY="56.0" GridPane.columnIndex="4" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB4" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="537.0" layoutY="56.0" GridPane.columnIndex="3" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB5" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="617.0" layoutY="56.0" GridPane.columnIndex="2" GridPane.rowIndex="5">
<children>
<ToggleButtonGroup fx:id="bgTRISB6" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="I" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="O">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="57.0" layoutY="59.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<VBox alignment="CENTER" layoutX="57.0" layoutY="108.0" GridPane.columnIndex="8" GridPane.rowIndex="2">
<children>
<ToggleButtonGroup fx:id="bgPORTA0" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="7" GridPane.rowIndex="2">
<children>
<ToggleButtonGroup fx:id="bgPORTA1" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="6" GridPane.rowIndex="2">
<children>
<ToggleButtonGroup fx:id="bgPORTA2" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="5" GridPane.rowIndex="2">
<children>
<ToggleButtonGroup fx:id="bgPORTA3" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="4" GridPane.rowIndex="2">
<children>
<ToggleButtonGroup fx:id="bgPORTA4" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="3" GridPane.rowIndex="2" />
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="2" GridPane.rowIndex="2" />
<VBox alignment="CENTER" layoutX="57.0" layoutY="108.0" GridPane.columnIndex="8" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB0" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="7" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB1" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="6" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB2" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="5" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB3" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="4" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB4" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="3" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB5" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="2" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB6" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="1" GridPane.rowIndex="6">
<children>
<ToggleButtonGroup fx:id="bgPORTB7" prefHeight="30.0" prefWidth="39.0" selectionType="SINGLE">
<toggles>
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" selected="true" text="0" />
<ToggleButton contentDisplay="CENTER" minWidth="30.0" prefHeight="30.0" prefWidth="30.0" text="1">
<padding>
<Insets left="5.0" />
</padding>
</ToggleButton>
</toggles>
<padding>
<Insets left="5.0" />
</padding>
</ToggleButtonGroup>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="2" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB6" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" GridPane.rowIndex="3">
<children>
<CheckBox fx:id="ledCheckA" mnemonicParsing="false" onAction="#toggleLEDs" />
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="124.0" GridPane.rowIndex="7">
<children>
<CheckBox fx:id="ledCheckB" mnemonicParsing="false" onAction="#toggleLEDs" />
</children>
</VBox>
<VBox alignment="CENTER" GridPane.columnIndex="1" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB7" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="137.0" layoutY="271.0" GridPane.columnIndex="6" GridPane.rowIndex="3">
<children>
<Circle fx:id="ledA2" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="5" GridPane.rowIndex="3">
<children>
<Circle fx:id="ledA3" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="4" GridPane.rowIndex="3">
<children>
<Circle fx:id="ledA4" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="8" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB0" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="7" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB1" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="6" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB2" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="5" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB3" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="4" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB4" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="3" GridPane.rowIndex="7">
<children>
<Circle fx:id="ledB5" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="457.0" layoutY="124.0" GridPane.columnIndex="8" GridPane.rowIndex="3">
<children>
<Circle fx:id="ledA0" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
<VBox alignment="CENTER" layoutX="10.0" layoutY="10.0" GridPane.columnIndex="7" GridPane.rowIndex="3">
<children>
<Circle fx:id="ledA1" radius="13.0" stroke="BLACK" strokeType="INSIDE">
<fill>
<RadialGradient centerX="0.5" centerY="0.5" radius="0.7">
<stops>
<Stop>
<color>
<Color />
</color>
</Stop>
<Stop offset="1.0">
<color>
<Color red="0.66" green="0.66" blue="0.66" />
</color>
</Stop>
</stops>
</RadialGradient>
</fill>
</Circle>
</children>
</VBox>
</children>
</GridPane>
</children>
</HBox>
<Text layoutX="659.0" layoutY="459.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Stack">
<font>
<Font name="System Bold" size="19.0" />
</font>
</Text>
<Label fx:id="stackIndex" layoutX="659.0" layoutY="458.0" prefHeight="30.0" prefWidth="111.0" text="Stack-Pointer: 0" />
<ListView fx:id="stackVisual" layoutX="659.0" layoutY="489.0" prefHeight="187.0" prefWidth="92.0" />
<MenuBar prefHeight="31.0" prefWidth="1400.0" AnchorPane.bottomAnchor="1400.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<menus>
<Menu mnemonicParsing="false" text="File">
<items>
<MenuItem mnemonicParsing="false" text="New" />
<MenuItem mnemonicParsing="false" onAction="#selectFileLST" text="Open…" />
<Menu mnemonicParsing="false" text="Open Recent" />
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Close" />
<MenuItem mnemonicParsing="false" text="Save" />
<MenuItem mnemonicParsing="false" text="Save As...." />
<MenuItem mnemonicParsing="false" text="Revert" />
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Preferences…" />
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Quit" />
</items>
</Menu>
<Menu mnemonicParsing="false" text="Edit">
<items>
<MenuItem mnemonicParsing="false" text="Undo" />
<MenuItem mnemonicParsing="false" text="Redo" />
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Cut" />
<MenuItem mnemonicParsing="false" text="Copy" />
<MenuItem mnemonicParsing="false" text="Paste" />
<MenuItem mnemonicParsing="false" text="Delete" />
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Select All" />
<MenuItem mnemonicParsing="false" text="Unselect All" />
</items>
</Menu>
<Menu mnemonicParsing="false" text="Help">
<items>
<MenuItem mnemonicParsing="false" text="About MyHelloApp" />
</items>
</Menu>
</menus>
</MenuBar>
</children>
<padding>
<Insets right="50.0" />
</padding>
<Label fx:id="dummyLabel" text=" "/>
</AnchorPane>