Files
openide/plugins/javaFX/testData/coercing/invalidInteger.fxml
anna d9d3ae11c6 javafx: check primitive number attributes
(cherry picked from commit 03fc87b)
2013-03-26 21:43:04 +01:00

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>