|
@@ -0,0 +1,20 @@
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
+
|
|
|
|
+<?import javafx.scene.control.SplitPane?>
|
|
|
|
+<?import javafx.scene.layout.AnchorPane?>
|
|
|
|
+<?import javafx.scene.layout.VBox?>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<VBox prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1">
|
|
|
|
+ <children>
|
|
|
|
+ <SplitPane VBox.vgrow="ALWAYS">
|
|
|
|
+ <items>
|
|
|
|
+ <SplitPane orientation="VERTICAL">
|
|
|
|
+ <items>
|
|
|
|
+ <AnchorPane />
|
|
|
|
+ </items>
|
|
|
|
+ </SplitPane>
|
|
|
|
+ </items>
|
|
|
|
+ </SplitPane>
|
|
|
|
+ </children>
|
|
|
|
+</VBox>
|