blob: f085057ef20f8aaefe78099c9b43f9d2ab61c6c2 [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:define>
<fx:include source="btn.fxml"/>
<fx:include source="<error descr="Cannot resolve file 'btn1.fxml'">btn1.fxml</error>"/>
</fx:define>
</AnchorPane>