mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
6 lines
175 B
XML
6 lines
175 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<fx:include source="foo.fxml" layoutY="" />
|
|
</GridPane> |