Browse Source

added Test fxml

dominik 8 years ago
parent
commit
68e8f1ccfe

+ 20 - 0
scopviz/src/main/java/de/tu_darmstadt/informatik/tk/scopviz/ui/view/NewBetterCoolerWindowTest.fxml

@@ -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>