grabedinex

Fxml Java Archivator

Apr 26th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.95 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.control.*?>
  4. <?import javafx.geometry.*?>
  5. <?import javafx.scene.text.*?>
  6. <?import java.lang.*?>
  7. <?import javafx.scene.layout.*?>
  8. <?import javafx.geometry.Insets?>
  9. <?import javafx.scene.layout.GridPane?>
  10. <?import javafx.scene.control.Button?>
  11. <?import javafx.scene.control.Label?>
  12.  
  13. <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="180.0" prefWidth="442.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.grabedinex.launcher.main.ActionsMain">
  14.    <children>
  15.       <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Программа подготовит ваши обновления для клиента">
  16.          <VBox.margin>
  17.             <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
  18.          </VBox.margin>
  19.       </Text>
  20.       <AnchorPane prefHeight="44.0" prefWidth="418.0">
  21.          <children>
  22.             <Label layoutY="6.0" text="Патч" AnchorPane.leftAnchor="5.0" AnchorPane.topAnchor="9.0">
  23.                <padding>
  24.                   <Insets right="5.0" />
  25.                </padding>
  26.             </Label>
  27.             <TextField fx:id="textField_patch" layoutX="51.0" layoutY="3.0" AnchorPane.leftAnchor="46.0" AnchorPane.rightAnchor="36.0" AnchorPane.topAnchor="5.0" />
  28.             <Button layoutX="371.0" layoutY="1.0" mnemonicParsing="false" onAction="#btnSetDir_actions" text="..." AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="5.0" />
  29.          </children>
  30.       </AnchorPane>
  31.       <AnchorPane prefHeight="19.0" prefWidth="418.0">
  32.          <children>
  33.             <Label alignment="CENTER" contentDisplay="CENTER" layoutX="-1.0" prefHeight="16.0" prefWidth="418.0" text="/home/test/patch_v0.1.zip" textOverrun="CENTER_WORD_ELLIPSIS" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="5.0" />
  34.          </children>
  35.       </AnchorPane>
  36.       <AnchorPane prefHeight="200.0" prefWidth="200.0">
  37.          <children>
  38.             <ProgressBar fx:id="progresbar_patch" maxHeight="30.0" prefHeight="30.0" prefWidth="378.0" progress="0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="10.0" />
  39.             <Label fx:id="label_procentProgress" alignment="CENTER" contentDisplay="CENTER" layoutX="206.0" layoutY="18.0" nodeOrientation="LEFT_TO_RIGHT" text="20%" textOverrun="CENTER_WORD_ELLIPSIS" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="16.0" />
  40.          </children>
  41.       </AnchorPane>
  42.       <AnchorPane prefHeight="22.0" prefWidth="447.0">
  43.          <children>
  44.             <Button mnemonicParsing="false" onAction="#btnStartPatch_action" text="Сделай мне патч" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="150.0" AnchorPane.rightAnchor="150.0" AnchorPane.topAnchor="5.0" />
  45.          </children>
  46.       </AnchorPane>
  47.    </children>
  48. </VBox>
Add Comment
Please, Sign In to add comment