blob: 1ee14a4c118099952dc9a15ba41710144ba380f3 [file] [log] [blame]
<?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>