Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
javaFX
/
testData
/
coercing
/
invalidInteger.fxml
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>