Testing JavaFX stuff

This commit is contained in:
2020-07-04 16:38:28 +02:00
parent 49425da0dc
commit 2252c38131
6 changed files with 48 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.Label?>
<VBox>
<children>
<Label text="Hello world FXML"/>
</children>
</VBox>