mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
5 lines
247 B
XML
5 lines
247 B
XML
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.control.Button?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml" fx:controller="NestedControllerIdFromFxml">
|
|
<fx:include fx:id="newName" source="nestedControllerIdFromFxmlInternal.fxml"/>
|
|
</VBox> |