mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-24 20:48:26 +01:00
16 lines
602 B
XML
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>
|