Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <?import javafx.geometry.*?>
- <?import javafx.scene.text.*?>
- <?import java.lang.*?>
- <?import java.util.*?>
- <?import javafx.scene.*?>
- <?import javafx.scene.control.*?>
- <?import javafx.scene.layout.*?>
- <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">
- <children>
- <PasswordField fx:id="passwordFiled" alignment="TOP_LEFT">
- <font>
- <Font size="19.0" />
- </font>
- <VBox.margin>
- <Insets />
- </VBox.margin>
- </PasswordField>
- <GridPane prefHeight="200.0" prefWidth="250.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>
- <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>
- <Button mnemonicParsing="false" onAction="#numberOne" prefHeight="72.0" prefWidth="105.0" text="1" textFill="#6b19ee">
- <font>
- <Font name="System Bold" size="15.0" />
- </font>
- </Button>
- <Button mnemonicParsing="false" onAction="#numberTwo" prefHeight="72.0" prefWidth="105.0" text="2" textFill="#6b19ee" GridPane.columnIndex="1">
- <font>
- <Font name="System Bold" size="15.0" />
- </font>
- </Button>
- <Button mnemonicParsing="false" onAction="#numberThree" prefHeight="72.0" prefWidth="105.0" text="3" textFill="#6b19ee" GridPane.columnIndex="2">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- <Button mnemonicParsing="false" onAction="#numberFour" prefHeight="72.0" prefWidth="105.0" text="4" textFill="#6b19ee" GridPane.rowIndex="1">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- <Button mnemonicParsing="false" onAction="#numberFive" prefHeight="72.0" prefWidth="105.0" text="5" textFill="#6b19ee" GridPane.columnIndex="1" GridPane.rowIndex="1">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- <Button mnemonicParsing="false" onAction="#numberSix" prefHeight="72.0" prefWidth="105.0" text="6" textFill="#6b19ee" GridPane.columnIndex="2" GridPane.rowIndex="1">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- <Button mnemonicParsing="false" onAction="#numberSeven" prefHeight="72.0" prefWidth="105.0" text="7" textFill="#6b19ee" GridPane.rowIndex="2">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- <Button mnemonicParsing="false" onAction="#numberEight" prefHeight="72.0" prefWidth="105.0" text="8" textFill="#6b19ee" GridPane.columnIndex="1" GridPane.rowIndex="2">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- <Button mnemonicParsing="false" onAction="#numberNine" prefHeight="72.0" prefWidth="105.0" text="9" textFill="#6b19ee" GridPane.columnIndex="2" GridPane.rowIndex="2">
- <font>
- <Font name="System Bold" size="15.0" />
- </font></Button>
- </children>
- </GridPane>
- <ProgressBar fx:id="progressBar" prefHeight="30.0" prefWidth="300.0" progress="0.0" />
- <Pane prefHeight="60.0" prefWidth="200.0">
- <children>
- <Button alignment="CENTER" contentDisplay="CENTER" layoutX="33.0" layoutY="15.0" mnemonicParsing="true" onAction="#confrmButton" prefHeight="30.0" text="Potwierdz">
- <font>
- <Font name="System Bold" size="13.0" />
- </font>
- </Button>
- <Button fx:id="deleteButton" layoutX="177.0" layoutY="15.0" mnemonicParsing="false" onAction="#deleteText" prefHeight="30.0" prefWidth="77.0" text="Usun">
- <font>
- <Font name="System Bold" size="13.0" />
- </font>
- </Button>
- </children>
- </Pane>
- </children>
- </VBox>
Advertisement
Add Comment
Please, Sign In to add comment