mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
8 lines
177 B
XML
8 lines
177 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<children>
|
|
<But<caret>ton/>
|
|
</children>
|
|
</GridPane> |