zpg-graphentester/view/haupttab.fxml
2021-07-12 14:04:20 +02:00

16 lines
602 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import graph.GraphPlotter?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<VBox xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
<children>
<HBox VBox.vgrow="ALWAYS">
<children>
<VBox prefHeight="200.0" prefWidth="100.0" />
<GraphPlotter fx:id="viewer" HBox.hgrow="ALWAYS" />
</children>
</HBox>
</children>
</VBox>