mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 11:47:50 +07:00
12 lines
322 B
XML
12 lines
322 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.image.*?>
|
|
|
|
<AnchorPane xmlns:fx="http://javafx.com/fxml">
|
|
<children>
|
|
<fx:include source="btn.fxml"/>
|
|
<fx:include source="<error descr="Cannot resolve file 'btn1.fxml'">btn1.fxml</error>"/>
|
|
</children>
|
|
</AnchorPane>
|