|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<?import javafx.geometry.Insets?> |
| 4 | +<?import javafx.scene.control.Button?> |
| 5 | +<?import javafx.scene.layout.BorderPane?> |
| 6 | +<?import javafx.scene.layout.ColumnConstraints?> |
| 7 | +<?import javafx.scene.layout.GridPane?> |
| 8 | +<?import javafx.scene.layout.RowConstraints?> |
| 9 | + |
| 10 | +<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="UTTT.gui.controller.MainSceneController"> |
| 11 | + <center> |
| 12 | + <GridPane fx:id="macroBoard" alignment="CENTER" hgap="5.0" vgap="5.0" BorderPane.alignment="CENTER"> |
| 13 | + <columnConstraints> |
| 14 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 15 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 16 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 17 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 18 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 19 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 20 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 21 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 22 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
| 23 | + </columnConstraints> |
| 24 | + <rowConstraints> |
| 25 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 26 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 27 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 28 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 29 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 30 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 31 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 32 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 33 | + <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
| 34 | + </rowConstraints> |
| 35 | + <children> |
| 36 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" /> |
| 37 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" /> |
| 38 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" /> |
| 39 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" /> |
| 40 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" /> |
| 41 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" /> |
| 42 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" /> |
| 43 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="1" /> |
| 44 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="1" /> |
| 45 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="1" /> |
| 46 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="1" /> |
| 47 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="1" /> |
| 48 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="1" /> |
| 49 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="1" /> |
| 50 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="1" /> |
| 51 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="2" /> |
| 52 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="2" /> |
| 53 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="2" /> |
| 54 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="2" /> |
| 55 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="2" /> |
| 56 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="2" /> |
| 57 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="2" /> |
| 58 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="2" /> |
| 59 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="3" /> |
| 60 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="3" /> |
| 61 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="3" /> |
| 62 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="3" /> |
| 63 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="3" /> |
| 64 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="3" /> |
| 65 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="3" /> |
| 66 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="3" /> |
| 67 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="4" /> |
| 68 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="4" /> |
| 69 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="4" /> |
| 70 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="4" /> |
| 71 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="4" /> |
| 72 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="4" /> |
| 73 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="4" /> |
| 74 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="4" /> |
| 75 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="5" /> |
| 76 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="5" /> |
| 77 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="5" /> |
| 78 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="5" /> |
| 79 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="5" /> |
| 80 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="5" /> |
| 81 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="5" /> |
| 82 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="5" /> |
| 83 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="6" /> |
| 84 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="6" /> |
| 85 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="6" /> |
| 86 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="6" /> |
| 87 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="6" /> |
| 88 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="6" /> |
| 89 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="6" /> |
| 90 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="6" /> |
| 91 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="7" /> |
| 92 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="7" /> |
| 93 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="7" /> |
| 94 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="7" /> |
| 95 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="7" /> |
| 96 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="7" /> |
| 97 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="7" /> |
| 98 | + <Button mnemonicParsing="false" text="-" /> |
| 99 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="7" /> |
| 100 | + <Button mnemonicParsing="false" text="-" GridPane.rowIndex="8" /> |
| 101 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="1" GridPane.rowIndex="8" /> |
| 102 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="2" GridPane.rowIndex="8" /> |
| 103 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="3" GridPane.rowIndex="8" /> |
| 104 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="4" GridPane.rowIndex="8" /> |
| 105 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="5" GridPane.rowIndex="8" /> |
| 106 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="6" GridPane.rowIndex="8" /> |
| 107 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="7" GridPane.rowIndex="8" /> |
| 108 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" /> |
| 109 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="1" /> |
| 110 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="2" /> |
| 111 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="3" /> |
| 112 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="4" /> |
| 113 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="5" /> |
| 114 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="6" /> |
| 115 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="7" /> |
| 116 | + <Button mnemonicParsing="false" text="-" GridPane.columnIndex="8" GridPane.rowIndex="8" /> |
| 117 | + </children> |
| 118 | + <BorderPane.margin> |
| 119 | + <Insets /> |
| 120 | + </BorderPane.margin> |
| 121 | + </GridPane> |
| 122 | + </center> |
| 123 | +</BorderPane> |
0 commit comments