Advertisement
Giorgos_Xou

main.fxml

Oct 30th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.geometry.Insets?>
  4. <?import javafx.scene.control.Button?>
  5. <?import javafx.scene.control.ListView?>
  6. <?import javafx.scene.control.Tab?>
  7. <?import javafx.scene.control.TabPane?>
  8. <?import javafx.scene.control.TextField?>
  9. <?import javafx.scene.image.Image?>
  10. <?import javafx.scene.image.ImageView?>
  11. <?import javafx.scene.layout.AnchorPane?>
  12. <?import javafx.scene.layout.BorderPane?>
  13. <?import javafx.scene.layout.HBox?>
  14. <?import javafx.scene.layout.VBox?>
  15.  
  16. <AnchorPane id="Anchor1" fx:id="Anchor1" minHeight="-Infinity" minWidth="-Infinity" prefHeight="590.0" prefWidth="1009.0"  stylesheets="@AnchorPane.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
  17.    <children>
  18.       <BorderPane id="BorderPane1" fx:id="BorderPane1" layoutX="10.0" layoutY="10.0" AnchorPane.bottomAnchor="20.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="20.0">
  19.          <center>
  20.             <TabPane id="TabPane1" fx:id="TabPane1" tabClosingPolicy="ALL_TABS" BorderPane.alignment="CENTER">
  21.                <padding>
  22.                   <Insets left="5.0" right="16.0" top="10.0" />
  23.                </padding>
  24.                <BorderPane.margin>
  25.                   <Insets bottom="5.0" />
  26.                </BorderPane.margin>
  27.             </TabPane>
  28.          </center>
  29.       </BorderPane>
  30.    </children>
  31. </AnchorPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement