Guest User

Untitled

a guest
Jan 24th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.geometry.*?>
  4. <?import javafx.scene.text.*?>
  5. <?import java.lang.*?>
  6. <?import java.util.*?>
  7. <?import javafx.scene.*?>
  8. <?import javafx.scene.control.*?>
  9. <?import javafx.scene.layout.*?>
  10.  
  11. <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="320.0" prefWidth="301.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="controllers.LoginController">
  12.    <children>
  13.       <PasswordField fx:id="passwordFiled" alignment="TOP_LEFT">
  14.          <font>
  15.             <Font size="19.0" />
  16.          </font>
  17.          <VBox.margin>
  18.             <Insets />
  19.          </VBox.margin>
  20.       </PasswordField>
  21.       <GridPane prefHeight="200.0" prefWidth="250.0">
  22.         <columnConstraints>
  23.           <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  24.           <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  25.           <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  26.         </columnConstraints>
  27.         <rowConstraints>
  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>
  32.          <children>
  33.             <Button mnemonicParsing="false" onAction="#numberOne" prefHeight="72.0" prefWidth="105.0" text="1" textFill="#6b19ee">
  34.                <font>
  35.                   <Font name="System Bold" size="15.0" />
  36.                </font>
  37.             </Button>
  38.             <Button mnemonicParsing="false" onAction="#numberTwo" prefHeight="72.0" prefWidth="105.0" text="2" textFill="#6b19ee" GridPane.columnIndex="1">
  39.                <font>
  40.                   <Font name="System Bold" size="15.0" />
  41.                </font>
  42.             </Button>
  43.             <Button mnemonicParsing="false" onAction="#numberThree" prefHeight="72.0" prefWidth="105.0" text="3" textFill="#6b19ee" GridPane.columnIndex="2">
  44.                <font>
  45.                   <Font name="System Bold" size="15.0" />
  46.                </font></Button>
  47.             <Button mnemonicParsing="false" onAction="#numberFour" prefHeight="72.0" prefWidth="105.0" text="4" textFill="#6b19ee" GridPane.rowIndex="1">
  48.                <font>
  49.                   <Font name="System Bold" size="15.0" />
  50.                </font></Button>
  51.             <Button mnemonicParsing="false" onAction="#numberFive" prefHeight="72.0" prefWidth="105.0" text="5" textFill="#6b19ee" GridPane.columnIndex="1" GridPane.rowIndex="1">
  52.                <font>
  53.                   <Font name="System Bold" size="15.0" />
  54.                </font></Button>
  55.             <Button mnemonicParsing="false" onAction="#numberSix" prefHeight="72.0" prefWidth="105.0" text="6" textFill="#6b19ee" GridPane.columnIndex="2" GridPane.rowIndex="1">
  56.                <font>
  57.                   <Font name="System Bold" size="15.0" />
  58.                </font></Button>
  59.             <Button mnemonicParsing="false" onAction="#numberSeven" prefHeight="72.0" prefWidth="105.0" text="7" textFill="#6b19ee" GridPane.rowIndex="2">
  60.                <font>
  61.                   <Font name="System Bold" size="15.0" />
  62.                </font></Button>
  63.             <Button mnemonicParsing="false" onAction="#numberEight" prefHeight="72.0" prefWidth="105.0" text="8" textFill="#6b19ee" GridPane.columnIndex="1" GridPane.rowIndex="2">
  64.                <font>
  65.                   <Font name="System Bold" size="15.0" />
  66.                </font></Button>
  67.             <Button mnemonicParsing="false" onAction="#numberNine" prefHeight="72.0" prefWidth="105.0" text="9" textFill="#6b19ee" GridPane.columnIndex="2" GridPane.rowIndex="2">
  68.                <font>
  69.                   <Font name="System Bold" size="15.0" />
  70.                </font></Button>
  71.          </children>
  72.       </GridPane>
  73.       <ProgressBar fx:id="progressBar" prefHeight="30.0" prefWidth="300.0" progress="0.0" />
  74.       <Pane prefHeight="60.0" prefWidth="200.0">
  75.          <children>
  76.             <Button alignment="CENTER" contentDisplay="CENTER" layoutX="33.0" layoutY="15.0" mnemonicParsing="true" onAction="#confrmButton" prefHeight="30.0" text="Potwierdz">
  77.                <font>
  78.                   <Font name="System Bold" size="13.0" />
  79.                </font>
  80.             </Button>
  81.             <Button fx:id="deleteButton" layoutX="177.0" layoutY="15.0" mnemonicParsing="false" onAction="#deleteText" prefHeight="30.0" prefWidth="77.0" text="Usun">
  82.                <font>
  83.                   <Font name="System Bold" size="13.0" />
  84.                </font>
  85.             </Button>
  86.          </children>
  87.       </Pane>
  88.    </children>
  89. </VBox>
Advertisement
Add Comment
Please, Sign In to add comment