mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
6 lines
253 B
XML
6 lines
253 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.Button?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button GridPane.columnIndex=<error descr="Invalid value: unable to coerce to java.lang.Integer">"1.7"</error>/>
|
|
</GridPane>
|