mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
11 lines
273 B
XML
11 lines
273 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.image.*?>
|
|
|
|
<AnchorPane xmlns:fx="http://javafx.com/fxml" fx:controller="MyController">
|
|
<fx:define>
|
|
<fx:include fx:id="foo" source="btn.fxml"/>
|
|
</fx:define>
|
|
</AnchorPane>
|