Created the candidate write name and the candidate selections uml
							parent
							
								
									4f3fc40dc6
								
							
						
					
					
						commit
						99edbcf1b1
					
				|  | @ -0,0 +1,207 @@ | ||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | 
 | ||||||
|  | <?import javafx.geometry.*?> | ||||||
|  | <?import javafx.scene.control.*?> | ||||||
|  | <?import javafx.scene.text.*?> | ||||||
|  | <?import java.lang.*?> | ||||||
|  | <?import javafx.scene.layout.*?> | ||||||
|  | 
 | ||||||
|  | <GridPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> | ||||||
|  |    <children> | ||||||
|  |       <GridPane GridPane.columnIndex="1"> | ||||||
|  |          <children> | ||||||
|  |             <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                <center> | ||||||
|  |                   <Label text="Organization Logo" BorderPane.alignment="CENTER" /> | ||||||
|  |                </center> | ||||||
|  |             </BorderPane> | ||||||
|  |             <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                <left> | ||||||
|  |                   <Label text="This is the Name of the Election" BorderPane.alignment="CENTER"> | ||||||
|  |                      <font> | ||||||
|  |                         <Font size="16.0" /> | ||||||
|  |                      </font> | ||||||
|  |                      <opaqueInsets> | ||||||
|  |                         <Insets left="300.0" /> | ||||||
|  |                      </opaqueInsets> | ||||||
|  |                   </Label> | ||||||
|  |                </left> | ||||||
|  |             </BorderPane> | ||||||
|  |          </children> | ||||||
|  |          <columnConstraints> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" maxWidth="295.0" minWidth="10.0" prefWidth="193.0" /> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="407.0" /> | ||||||
|  |          </columnConstraints> | ||||||
|  |          <rowConstraints> | ||||||
|  |             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |          </rowConstraints> | ||||||
|  |       </GridPane> | ||||||
|  |       <GridPane GridPane.columnIndex="1" GridPane.rowIndex="1"> | ||||||
|  |         <columnConstraints> | ||||||
|  |           <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |         </columnConstraints> | ||||||
|  |         <rowConstraints> | ||||||
|  |           <RowConstraints maxHeight="134.0" minHeight="10.0" prefHeight="75.0" vgrow="SOMETIMES" /> | ||||||
|  |           <RowConstraints maxHeight="222.0" minHeight="10.0" prefHeight="184.0" vgrow="SOMETIMES" /> | ||||||
|  |             <RowConstraints maxHeight="102.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" /> | ||||||
|  |         </rowConstraints> | ||||||
|  |          <children> | ||||||
|  |             <GridPane> | ||||||
|  |               <columnConstraints> | ||||||
|  |                 <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.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> | ||||||
|  |                <children> | ||||||
|  |                   <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                      <bottom> | ||||||
|  |                         <Label text="Select Candidate" BorderPane.alignment="CENTER"> | ||||||
|  |                            <font> | ||||||
|  |                               <Font size="23.0" /> | ||||||
|  |                            </font> | ||||||
|  |                         </Label> | ||||||
|  |                      </bottom> | ||||||
|  |                   </BorderPane> | ||||||
|  |                   <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> | ||||||
|  |                      <top> | ||||||
|  |                         <Label text="To select, touch one of the buttons below" BorderPane.alignment="CENTER" /> | ||||||
|  |                      </top> | ||||||
|  |                   </BorderPane> | ||||||
|  |                   <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="2"> | ||||||
|  |                      <bottom> | ||||||
|  |                         <Label text="Name of Contest" BorderPane.alignment="CENTER" /> | ||||||
|  |                      </bottom> | ||||||
|  |                   </BorderPane> | ||||||
|  |                </children> | ||||||
|  |             </GridPane> | ||||||
|  |             <ScrollPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> | ||||||
|  |               <content> | ||||||
|  |                 <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                      <children> | ||||||
|  |                         <Pane layoutX="-1.0" layoutY="-14.0" prefHeight="200.0" prefWidth="585.0"> | ||||||
|  |                            <children> | ||||||
|  |                               <BorderPane layoutY="18.0" prefHeight="182.0" prefWidth="587.0"> | ||||||
|  |                                  <bottom> | ||||||
|  |                                     <GridPane prefHeight="159.0" prefWidth="596.0" BorderPane.alignment="CENTER"> | ||||||
|  |                                       <columnConstraints> | ||||||
|  |                                         <ColumnConstraints hgrow="SOMETIMES" maxWidth="143.0" minWidth="10.0" prefWidth="66.0" /> | ||||||
|  |                                           <ColumnConstraints hgrow="SOMETIMES" maxWidth="462.0" minWidth="10.0" prefWidth="452.0" /> | ||||||
|  |                                         <ColumnConstraints hgrow="SOMETIMES" maxWidth="190.0" minWidth="10.0" prefWidth="67.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> | ||||||
|  |                                        <children> | ||||||
|  |                                           <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                                              <center> | ||||||
|  |                                                 <GridPane BorderPane.alignment="CENTER"> | ||||||
|  |                                                   <columnConstraints> | ||||||
|  |                                                     <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                                                   </columnConstraints> | ||||||
|  |                                                   <rowConstraints> | ||||||
|  |                                                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                                                     <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                                                   </rowConstraints> | ||||||
|  |                                                    <children> | ||||||
|  |                                                       <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                                                          <bottom> | ||||||
|  |                                                             <Label text="Name of Candidate" BorderPane.alignment="CENTER"> | ||||||
|  |                                                                <font> | ||||||
|  |                                                                   <Font name="System Bold" size="15.0" /> | ||||||
|  |                                                                </font> | ||||||
|  |                                                                <padding> | ||||||
|  |                                                                   <Insets right="300.0" /> | ||||||
|  |                                                                </padding> | ||||||
|  |                                                             </Label> | ||||||
|  |                                                          </bottom> | ||||||
|  |                                                       </BorderPane> | ||||||
|  |                                                       <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> | ||||||
|  |                                                          <top> | ||||||
|  |                                                             <Label text="Name of Party" BorderPane.alignment="CENTER"> | ||||||
|  |                                                                <padding> | ||||||
|  |                                                                   <Insets right="358.0" /> | ||||||
|  |                                                                </padding> | ||||||
|  |                                                             </Label> | ||||||
|  |                                                          </top> | ||||||
|  |                                                       </BorderPane> | ||||||
|  |                                                    </children> | ||||||
|  |                                                 </GridPane> | ||||||
|  |                                              </center> | ||||||
|  |                                           </BorderPane> | ||||||
|  |                                           <GridPane GridPane.columnIndex="1" GridPane.rowIndex="1"> | ||||||
|  |                                             <columnConstraints> | ||||||
|  |                                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                                             </columnConstraints> | ||||||
|  |                                             <rowConstraints> | ||||||
|  |                                               <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                                               <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                                             </rowConstraints> | ||||||
|  |                                              <children> | ||||||
|  |                                                 <BorderPane prefHeight="26.0" prefWidth="462.0"> | ||||||
|  |                                                    <bottom> | ||||||
|  |                                                       <Label text="Name Of Candidate" BorderPane.alignment="CENTER"> | ||||||
|  |                                                          <font> | ||||||
|  |                                                             <Font name="System Bold" size="15.0" /> | ||||||
|  |                                                          </font> | ||||||
|  |                                                          <BorderPane.margin> | ||||||
|  |                                                             <Insets right="300.0" /> | ||||||
|  |                                                          </BorderPane.margin> | ||||||
|  |                                                       </Label> | ||||||
|  |                                                    </bottom> | ||||||
|  |                                                 </BorderPane> | ||||||
|  |                                                 <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> | ||||||
|  |                                                    <top> | ||||||
|  |                                                       <Label text="Name of Party" BorderPane.alignment="CENTER"> | ||||||
|  |                                                          <padding> | ||||||
|  |                                                             <Insets right="360.0" /> | ||||||
|  |                                                          </padding> | ||||||
|  |                                                       </Label> | ||||||
|  |                                                    </top> | ||||||
|  |                                                 </BorderPane> | ||||||
|  |                                              </children> | ||||||
|  |                                           </GridPane> | ||||||
|  |                                           <BorderPane prefHeight="53.0" prefWidth="437.0" GridPane.columnIndex="1" GridPane.rowIndex="2"> | ||||||
|  |                                              <left> | ||||||
|  |                                                 <Label text="Write In" BorderPane.alignment="CENTER"> | ||||||
|  |                                                    <font> | ||||||
|  |                                                       <Font name="System Bold" size="15.0" /> | ||||||
|  |                                                    </font> | ||||||
|  |                                                    <padding> | ||||||
|  |                                                       <Insets left="10.0" /> | ||||||
|  |                                                    </padding> | ||||||
|  |                                                 </Label> | ||||||
|  |                                              </left> | ||||||
|  |                                           </BorderPane> | ||||||
|  |                                        </children> | ||||||
|  |                                     </GridPane> | ||||||
|  |                                  </bottom> | ||||||
|  |                               </BorderPane> | ||||||
|  |                            </children> | ||||||
|  |                         </Pane> | ||||||
|  |                      </children> | ||||||
|  |                   </AnchorPane> | ||||||
|  |               </content> | ||||||
|  |             </ScrollPane> | ||||||
|  |          </children> | ||||||
|  |       </GridPane> | ||||||
|  |       <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="2"> | ||||||
|  |          <right> | ||||||
|  |             <Button mnemonicParsing="false" prefHeight="25.0" prefWidth="108.0" text="Next" BorderPane.alignment="CENTER" /> | ||||||
|  |          </right> | ||||||
|  |       </BorderPane> | ||||||
|  |    </children> | ||||||
|  |    <columnConstraints> | ||||||
|  |       <ColumnConstraints /> | ||||||
|  |       <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |    </columnConstraints> | ||||||
|  |    <rowConstraints> | ||||||
|  |       <RowConstraints maxHeight="129.0" minHeight="0.0" prefHeight="31.0" vgrow="SOMETIMES" /> | ||||||
|  |       <RowConstraints maxHeight="326.0" minHeight="10.0" prefHeight="315.0" vgrow="SOMETIMES" /> | ||||||
|  |       <RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="35.0" vgrow="SOMETIMES" /> | ||||||
|  |    </rowConstraints> | ||||||
|  | </GridPane> | ||||||
|  | @ -0,0 +1,565 @@ | ||||||
|  | <?xml version="1.0" encoding="UTF-8"?> | ||||||
|  | 
 | ||||||
|  | <?import javafx.geometry.*?> | ||||||
|  | <?import javafx.scene.control.*?> | ||||||
|  | <?import javafx.scene.text.*?> | ||||||
|  | <?import java.lang.*?> | ||||||
|  | <?import javafx.scene.layout.*?> | ||||||
|  | 
 | ||||||
|  | <GridPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> | ||||||
|  |    <children> | ||||||
|  |       <GridPane> | ||||||
|  |          <children> | ||||||
|  |             <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                <center> | ||||||
|  |                   <Label text="Organization Logo" BorderPane.alignment="CENTER" /> | ||||||
|  |                </center> | ||||||
|  |             </BorderPane> | ||||||
|  |             <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                <left> | ||||||
|  |                   <Label text="This is the Name of the Election" BorderPane.alignment="CENTER"> | ||||||
|  |                      <font> | ||||||
|  |                         <Font size="16.0" /> | ||||||
|  |                      </font> | ||||||
|  |                      <opaqueInsets> | ||||||
|  |                         <Insets left="300.0" /> | ||||||
|  |                      </opaqueInsets> | ||||||
|  |                   </Label> | ||||||
|  |                </left> | ||||||
|  |             </BorderPane> | ||||||
|  |          </children> | ||||||
|  |          <columnConstraints> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" maxWidth="295.0" minWidth="10.0" prefWidth="193.0" /> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" maxWidth="416.0" minWidth="10.0" prefWidth="407.0" /> | ||||||
|  |          </columnConstraints> | ||||||
|  |          <rowConstraints> | ||||||
|  |             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |          </rowConstraints> | ||||||
|  |       </GridPane> | ||||||
|  |       <GridPane GridPane.rowIndex="2"> | ||||||
|  |          <children> | ||||||
|  |             <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2"> | ||||||
|  |                <right> | ||||||
|  |                   <Button mnemonicParsing="false" prefHeight="16.0" prefWidth="164.0" text="Add Canditate" BorderPane.alignment="CENTER"> | ||||||
|  |                      <font> | ||||||
|  |                         <Font size="15.0" /> | ||||||
|  |                      </font> | ||||||
|  |                   </Button> | ||||||
|  |                </right> | ||||||
|  |             </BorderPane> | ||||||
|  |          </children> | ||||||
|  |          <columnConstraints> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |          </columnConstraints> | ||||||
|  |          <rowConstraints> | ||||||
|  |             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |          </rowConstraints> | ||||||
|  |       </GridPane> | ||||||
|  |       <GridPane prefHeight="354.0" prefWidth="600.0" GridPane.rowIndex="1"> | ||||||
|  |         <columnConstraints> | ||||||
|  |           <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |         </columnConstraints> | ||||||
|  |         <rowConstraints> | ||||||
|  |           <RowConstraints maxHeight="156.0" minHeight="10.0" prefHeight="57.0" vgrow="SOMETIMES" /> | ||||||
|  |           <RowConstraints maxHeight="305.0" minHeight="10.0" prefHeight="305.0" vgrow="SOMETIMES" /> | ||||||
|  |         </rowConstraints> | ||||||
|  |          <children> | ||||||
|  |             <GridPane prefHeight="68.0" prefWidth="600.0"> | ||||||
|  |               <columnConstraints> | ||||||
|  |                 <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.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> | ||||||
|  |                <children> | ||||||
|  |                   <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                      <center> | ||||||
|  |                         <Label text="Write-in candidate name " BorderPane.alignment="CENTER"> | ||||||
|  |                            <font> | ||||||
|  |                               <Font name="System Bold" size="20.0" /> | ||||||
|  |                            </font> | ||||||
|  |                         </Label> | ||||||
|  |                      </center> | ||||||
|  |                   </BorderPane> | ||||||
|  |                   <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1"> | ||||||
|  |                      <bottom> | ||||||
|  |                         <Label text="Use the keyboard below to write in your candidate's name" BorderPane.alignment="CENTER"> | ||||||
|  |                            <font> | ||||||
|  |                               <Font size="13.0" /> | ||||||
|  |                            </font> | ||||||
|  |                         </Label> | ||||||
|  |                      </bottom> | ||||||
|  |                   </BorderPane> | ||||||
|  |                   <BorderPane prefHeight="9.0" prefWidth="600.0" GridPane.rowIndex="2"> | ||||||
|  |                      <center> | ||||||
|  |                         <Separator prefWidth="200.0" BorderPane.alignment="CENTER"> | ||||||
|  |                            <padding> | ||||||
|  |                               <Insets left="25.0" right="25.0" /> | ||||||
|  |                            </padding> | ||||||
|  |                         </Separator> | ||||||
|  |                      </center> | ||||||
|  |                   </BorderPane> | ||||||
|  |                </children> | ||||||
|  |             </GridPane> | ||||||
|  |             <GridPane prefHeight="279.0" prefWidth="600.0" GridPane.rowIndex="1"> | ||||||
|  |               <columnConstraints> | ||||||
|  |                 <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |               </columnConstraints> | ||||||
|  |               <rowConstraints> | ||||||
|  |                 <RowConstraints maxHeight="116.0" minHeight="10.0" prefHeight="44.0" vgrow="SOMETIMES" /> | ||||||
|  |                 <RowConstraints maxHeight="261.0" minHeight="10.0" prefHeight="261.0" vgrow="SOMETIMES" /> | ||||||
|  |               </rowConstraints> | ||||||
|  |                <children> | ||||||
|  |                   <TextField prefHeight="28.0" prefWidth="580.0"> | ||||||
|  |                      <GridPane.margin> | ||||||
|  |                         <Insets left="10.0" right="10.0" /> | ||||||
|  |                      </GridPane.margin> | ||||||
|  |                   </TextField> | ||||||
|  |                   <GridPane prefHeight="179.0" prefWidth="600.0" GridPane.rowIndex="1"> | ||||||
|  |                     <columnConstraints> | ||||||
|  |                       <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.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="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                       <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                     </rowConstraints> | ||||||
|  |                      <children> | ||||||
|  |                         <GridPane prefHeight="28.0" prefWidth="600.0"> | ||||||
|  |                           <columnConstraints> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                           </columnConstraints> | ||||||
|  |                           <rowConstraints> | ||||||
|  |                             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                           </rowConstraints> | ||||||
|  |                            <children> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="`"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="1" GridPane.columnIndex="1"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="2" GridPane.columnIndex="2"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="3" GridPane.columnIndex="3"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="4" GridPane.columnIndex="4"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="5" GridPane.columnIndex="5"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="6" GridPane.columnIndex="6"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="7" GridPane.columnIndex="7"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="8" GridPane.columnIndex="8"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="9" GridPane.columnIndex="9"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                               <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="0" GridPane.columnIndex="10"> | ||||||
|  |                                  <font> | ||||||
|  |                                     <Font size="20.0" /> | ||||||
|  |                                  </font> | ||||||
|  |                               </Button> | ||||||
|  |                            </children> | ||||||
|  |                         </GridPane> | ||||||
|  |                         <GridPane GridPane.rowIndex="1"> | ||||||
|  |                           <columnConstraints> | ||||||
|  |                             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                             <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                           </columnConstraints> | ||||||
|  |                           <rowConstraints> | ||||||
|  |                             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                           </rowConstraints> | ||||||
|  |                            <children> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="w" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" /> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="e" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="3"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="r" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="t" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="q" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="5"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="y" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="6"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="u" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="i" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="8"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="o" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="9"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="p" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                            </children> | ||||||
|  |                         </GridPane> | ||||||
|  |                         <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="`"> | ||||||
|  |                            <font> | ||||||
|  |                               <Font size="20.0" /> | ||||||
|  |                            </font> | ||||||
|  |                         </Button> | ||||||
|  |                         <BorderPane prefHeight="200.0" prefWidth="200.0" /> | ||||||
|  |                         <BorderPane prefHeight="200.0" prefWidth="200.0" /> | ||||||
|  |                         <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="i"> | ||||||
|  |                            <font> | ||||||
|  |                               <Font size="20.0" /> | ||||||
|  |                            </font> | ||||||
|  |                         </Button> | ||||||
|  |                         <GridPane GridPane.rowIndex="2"> | ||||||
|  |                            <children> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="s" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" /> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="d" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="3"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="f" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="g" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="a" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="5"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="h" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="6"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="j" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="k" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="8"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="l" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                            </children> | ||||||
|  |                            <columnConstraints> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                            </columnConstraints> | ||||||
|  |                            <rowConstraints> | ||||||
|  |                               <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                            </rowConstraints> | ||||||
|  |                         </GridPane> | ||||||
|  |                         <GridPane GridPane.rowIndex="3"> | ||||||
|  |                            <children> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="z" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" /> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="x" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="3"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="c" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="v" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="44.0" prefWidth="65.0" text="Shift" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="18.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="5"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="b" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="6"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="n" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="m" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="20.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                            </children> | ||||||
|  |                            <columnConstraints> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |                            </columnConstraints> | ||||||
|  |                            <rowConstraints> | ||||||
|  |                               <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                            </rowConstraints> | ||||||
|  |                         </GridPane> | ||||||
|  |                         <GridPane GridPane.rowIndex="4"> | ||||||
|  |                           <columnConstraints> | ||||||
|  |                             <ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="10.0" prefWidth="85.0" /> | ||||||
|  |                             <ColumnConstraints hgrow="SOMETIMES" maxWidth="466.0" minWidth="10.0" prefWidth="428.0" /> | ||||||
|  |                               <ColumnConstraints hgrow="SOMETIMES" maxWidth="195.0" minWidth="10.0" prefWidth="86.0" /> | ||||||
|  |                           </columnConstraints> | ||||||
|  |                           <rowConstraints> | ||||||
|  |                             <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> | ||||||
|  |                           </rowConstraints> | ||||||
|  |                            <children> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="45.0" prefWidth="428.0" BorderPane.alignment="CENTER" /> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                               <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2"> | ||||||
|  |                                  <center> | ||||||
|  |                                     <Button mnemonicParsing="false" prefHeight="46.0" prefWidth="52.0" text="Del" BorderPane.alignment="CENTER"> | ||||||
|  |                                        <font> | ||||||
|  |                                           <Font size="18.0" /> | ||||||
|  |                                        </font> | ||||||
|  |                                        <opaqueInsets> | ||||||
|  |                                           <Insets /> | ||||||
|  |                                        </opaqueInsets> | ||||||
|  |                                     </Button> | ||||||
|  |                                  </center> | ||||||
|  |                               </BorderPane> | ||||||
|  |                            </children> | ||||||
|  |                         </GridPane> | ||||||
|  |                      </children> | ||||||
|  |                   </GridPane> | ||||||
|  |                </children> | ||||||
|  |             </GridPane> | ||||||
|  |          </children> | ||||||
|  |       </GridPane> | ||||||
|  |    </children> | ||||||
|  |    <columnConstraints> | ||||||
|  |       <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> | ||||||
|  |    </columnConstraints> | ||||||
|  |    <rowConstraints> | ||||||
|  |       <RowConstraints maxHeight="129.0" minHeight="0.0" prefHeight="31.0" vgrow="SOMETIMES" /> | ||||||
|  |       <RowConstraints maxHeight="362.0" minHeight="10.0" prefHeight="362.0" vgrow="SOMETIMES" /> | ||||||
|  |       <RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="28.0" vgrow="SOMETIMES" /> | ||||||
|  |    </rowConstraints> | ||||||
|  | </GridPane> | ||||||
		Loading…
	
		Reference in New Issue