mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
6 lines
230 B
XML
6 lines
230 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<fx:define <error descr="Attribute GridPane.halignment is not allowed here">GridPane.halignment</error>="CENTER" />
|
|
<fx:define/>
|
|
</GridPane>
|