ADD: added simple layout and first subscene

This commit is contained in:
2025-07-30 22:23:34 +02:00
parent 4c19ca8cf2
commit a5b4c3489c
10 changed files with 304 additions and 66 deletions

View File

@@ -0,0 +1,5 @@
.my-pane-border {
-fx-border-color: blue;
-fx-border-width: 2px;
-fx-border-style: solid;
}