mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 14:20:55 +07:00
5 lines
186 B
XML
5 lines
186 B
XML
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.control.Button?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml" fx:controller="NestedControllerIdFromJavaInternal">
|
|
<Button/>
|
|
</VBox> |