Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.89 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.geometry.*?>
  4. <?import javafx.scene.control.*?>
  5. <?import javafx.scene.text.*?>
  6. <?import java.lang.*?>
  7. <?import javafx.scene.layout.*?>
  8.  
  9. <BorderPane fx:id="borderPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0"
  10.            xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
  11.            fx:controller="controllers.MainController">
  12.    <left>
  13.        <fx:include fx:id="mainButtons" source="MainButtons.fxml" />
  14.    </left>
  15.    <center>
  16.       <Pane maxHeight="308.0" maxWidth="421.0" minHeight="300.0" minWidth="320.0" prefHeight="302.0" prefWidth="393.0" BorderPane.alignment="CENTER">
  17.          <children>
  18.                <fx:include fx:id="loginWindow" source="Login.fxml" />
  19.          </children>
  20.       </Pane>
  21.    </center>
  22. </BorderPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement