850 lines
49 KiB
XML
850 lines
49 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import com.gluonhq.charm.glisten.control.ToggleButtonGroup?>
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Menu?>
|
|
<?import javafx.scene.control.MenuBar?>
|
|
<?import javafx.scene.control.MenuItem?>
|
|
<?import javafx.scene.control.SeparatorMenuItem?>
|
|
<?import javafx.scene.control.TextArea?>
|
|
<?import javafx.scene.control.ToggleButton?>
|
|
<?import javafx.scene.effect.Blend?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<?import javafx.scene.control.ListView?>
|
|
<?import javafx.scene.control.Label?>
|
|
<AnchorPane xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fabrik.simulator.pic16f84.Controller_Frontend" stylesheets="styles.css">
|
|
|
|
<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" />
|
|
|
|
<!--RIchtiger AUtorun button für die Gui der funktioniert -->
|
|
<Button fx:id="autoRunGUI" layoutX="182.0" layoutY="400.0" text="Auto Run" onAction="#autoRunGUI"/>
|
|
<Button fx:id="stopButton" layoutX="302.0" layoutY="400.0" text="Stop" onAction="#stopAutoRun"/>
|
|
|
|
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: " layoutX="42.0" layoutY="450.0"/>
|
|
|
|
<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">
|
|
<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="10.0" prefHeight="10.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>
|
|
<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" layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="3">
|
|
<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" layoutX="132.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" GridPane.columnIndex="1">
|
|
<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">
|
|
<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" GridPane.columnIndex="3" GridPane.rowIndex="1">
|
|
<children>
|
|
<ToggleButtonGroup fx:id="bgTRISA5" 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="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">
|
|
<children>
|
|
<ToggleButtonGroup fx:id="bgTRISA7" 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="2" GridPane.rowIndex="1">
|
|
<children>
|
|
<ToggleButtonGroup fx:id="bgTRISA6" 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="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">
|
|
<children>
|
|
<ToggleButtonGroup fx:id="bgPORTA7" 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="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">
|
|
<children>
|
|
<ToggleButtonGroup fx:id="bgPORTA5" 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="2">
|
|
<children>
|
|
<ToggleButtonGroup fx:id="bgPORTA6" 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="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>
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
</HBox>
|
|
<MenuBar prefHeight="31.0" prefWidth="1522.0" AnchorPane.bottomAnchor="1465.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>
|
|
</AnchorPane>
|