mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 03:51:12 +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> |