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

7 lines
305 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<GridPane xmlns:fx="http://javafx.com/fxml">
<Button prefHeight="-Infinity"/>
<Button prefHeight=<error descr="Invalid value: unable to coerce to java.lang.Double">"xxx"</error>/>
</GridPane>