mirror of
https://github.com/Stefan-5422/School-Programming-Projekt-022022.git
synced 2026-09-09 15:46:04 +02:00
7 lines
202 B
XML
7 lines
202 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml" spacing="20.0"
|
|
fx:controller="com.yes.yes.MainController" fx:id="root">
|
|
</VBox>
|