blob: 293910b9b23808f088c22702931421b8b7685e32 [file] [log] [blame]
<?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>