Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <?import javafx.scene.web.*?>
- <?import javafx.geometry.*?>
- <?import javafx.scene.control.*?>
- <?import java.lang.*?>
- <?import javafx.scene.layout.*?>
- <BorderPane id="bp0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
- <top>
- <MenuBar BorderPane.alignment="CENTER">
- <menus>
- <Menu mnemonicParsing="false" text="New">
- <items>
- <MenuItem mnemonicParsing="false" text="Add" />
- </items>
- </Menu>
- <Menu mnemonicParsing="false" text="Help">
- <items>
- <MenuItem mnemonicParsing="false" text="About" />
- </items>
- </Menu>
- </menus>
- <opaqueInsets>
- <Insets />
- </opaqueInsets>
- </MenuBar>
- </top>
- <center>
- <BorderPane id="bp1" BorderPane.alignment="CENTER">
- <top>
- <ToolBar BorderPane.alignment="CENTER">
- <items>
- <Button mnemonicParsing="false" text="+" />
- </items>
- </ToolBar>
- </top>
- <center>
- <BorderPane id="bp2" BorderPane.alignment="CENTER">
- <center>
- <SplitPane id="sp0" dividerPositions="0.3" BorderPane.alignment="CENTER">
- <items>
- <AnchorPane id="ap0" maxWidth="400.0" minHeight="0.0" minWidth="200.0">
- <children>
- <BorderPane id="bp3" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
- <center>
- <SplitPane id="sp1" dividerPositions="0.6" orientation="VERTICAL" BorderPane.alignment="CENTER">
- <items>
- <AnchorPane id="ap1" minHeight="200.0" minWidth="0.0">
- <children>
- <TitledPane id="tp0" animated="false" collapsible="false" layoutX="14.0" text="Connections" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
- <content>
- <TreeView id="treevw" />
- </content></TitledPane>
- </children>
- </AnchorPane>
- <AnchorPane id="ap2" minHeight="200.0" minWidth="0.0">
- <children>
- <TitledPane id="tp1" animated="false" collapsible="false" layoutX="49.0" layoutY="14.0" text="Details" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
- <content>
- <TableView>
- <columns>
- <TableColumn editable="false" prefWidth="75.0" sortable="false" text="C1" />
- <TableColumn editable="false" prefWidth="75.0" sortable="false" text="C2" />
- </columns>
- <columnResizePolicy>
- <TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
- </columnResizePolicy>
- </TableView>
- </content></TitledPane>
- </children>
- </AnchorPane>
- </items>
- </SplitPane>
- </center>
- </BorderPane>
- </children>
- </AnchorPane>
- <AnchorPane id="ap3" minHeight="0.0" minWidth="0.0">
- <children>
- <TabPane layoutX="57.0" layoutY="129.0" tabClosingPolicy="ALL_TABS" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
- <tabs>
- <Tab text="Welcome" />
- </tabs>
- </TabPane>
- </children>
- </AnchorPane>
- </items>
- </SplitPane>
- </center>
- </BorderPane>
- </center>
- </BorderPane>
- </center>
- <bottom>
- <VBox alignment="BOTTOM_LEFT" maxHeight="20.0" minHeight="20.0" BorderPane.alignment="CENTER" />
- </bottom>
- </BorderPane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement